Searched defs:JSONCPP_DEPRECATED (Results 1 – 3 of 3) sorted by relevance
79 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro83 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro85 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro89 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro93 #define JSONCPP_DEPRECATED(message) macro
161 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro209 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro213 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro215 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro220 #define JSONCPP_DEPRECATED(message) macro
195 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro243 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro247 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro249 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro254 #define JSONCPP_DEPRECATED(message) macro
Completed in 7 milliseconds