Searched defs:JSONCPP_DEPRECATED (Results 1 – 2 of 2) sorted by relevance
111 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro115 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro117 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro121 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro125 #define JSONCPP_DEPRECATED(message) macro
184 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro217 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro219 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro224 #define JSONCPP_DEPRECATED(message) macro