Searched refs:JSONCPP_DEPRECATED (Results 1 – 6 of 6) 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)) macro92 #if !defined(JSONCPP_DEPRECATED)93 #define JSONCPP_DEPRECATED(message) macro
36 class JSONCPP_DEPRECATED(55 JSONCPP_DEPRECATED("Use CharReader and CharReaderBuilder instead")60 JSONCPP_DEPRECATED("Use CharReader and CharReaderBuilder instead")111 JSONCPP_DEPRECATED("Use getFormattedErrorMessages() instead.")
148 class JSONCPP_DEPRECATED("Use StreamWriter instead") JSON_API Writer {168 class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API FastWriter228 class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API297 class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API
565 JSONCPP_DEPRECATED("Use setComment(String const&) instead.")778 JSONCPP_DEPRECATED("Use `key = name();` instead.")
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__)) macro219 #if !defined(JSONCPP_DEPRECATED)220 #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__)) macro253 #if !defined(JSONCPP_DEPRECATED)254 #define JSONCPP_DEPRECATED(message) macro1037 JSONCPP_DEPRECATED("Use setComment(JSONCPP_STRING const&) instead.")1201 JSONCPP_DEPRECATED("Use `key = name();` instead.")1483 JSONCPP_DEPRECATED("Use getFormattedErrorMessages() instead.")1940 class JSONCPP_DEPRECATED("Use StreamWriter instead") JSON_API Writer {[all …]
Completed in 11 milliseconds