Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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