Searched defs:JSONCPP_DEPRECATED (Results 1 – 2 of 2) sorted by relevance
83 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro87 #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