HomeSort by relevance Sort by last modified time
    Searched defs:JSONCPP_DEPRECATED (Results 1 - 2 of 2) sorted by null

  /external/jsoncpp/include/json/
config.h 83 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message))
86 #if !defined(JSONCPP_DEPRECATED)
87 #define JSONCPP_DEPRECATED(message)
88 #endif // if !defined(JSONCPP_DEPRECATED)
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 184 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message))
217 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message)))
219 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__))
223 #if !defined(JSONCPP_DEPRECATED)
224 #define JSONCPP_DEPRECATED(message)
225 #endif // if !defined(JSONCPP_DEPRECATED)
922 JSONCPP_DEPRECATED("Use setComment(std::string const&) instead.")
    [all...]

Completed in 208 milliseconds