Home
last modified time | relevance | path

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

/third_party/jsoncpp/include/json/
Dconfig.h111 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro
115 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro
117 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
121 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
125 #define JSONCPP_DEPRECATED(message) macro
/third_party/protobuf/conformance/third_party/jsoncpp/
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
224 #define JSONCPP_DEPRECATED(message) macro