Searched defs:JSONCPP_DEPRECATED (Results 1 - 2 of 2) sorted by relevance

/external/jsoncpp/include/json/
H A Dconfig.h83 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
86 #if !defined(JSONCPP_DEPRECATED)
87 #define JSONCPP_DEPRECATED(message) macro
88 #endif // if !defined(JSONCPP_DEPRECATED)
/external/protobuf/conformance/third_party/jsoncpp/
H A Djson.h184 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
217 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
219 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
223 #if !defined(JSONCPP_DEPRECATED)
224 #define JSONCPP_DEPRECATED(message) macro
225 #endif // if !defined(JSONCPP_DEPRECATED)
922 JSONCPP_DEPRECATED("Use setComment(std::string const&) instead.")
1086 JSONCPP_DEPRECATED("Use `key = name();` instead.")
1361 JSONCPP_DEPRECATED("Use getFormattedErrorMessages() instead.")

Completed in 123 milliseconds