Home
last modified time | relevance | path

Searched defs:JSONCPP_DEPRECATED (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/jsoncpp/include/json/
A Dconfig.h79 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro
83 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro
85 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
89 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
93 #define JSONCPP_DEPRECATED(message) macro
/AliOS-Things-master/components/oss/src/external/json/
A Djson-forwards.h161 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
209 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
213 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
215 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
220 #define JSONCPP_DEPRECATED(message) macro
A Djson.h195 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
243 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
247 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
249 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
254 #define JSONCPP_DEPRECATED(message) macro

Completed in 8 milliseconds