Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dconfig.h79 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro
83 #define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message))) macro
85 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
89 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
93 #define JSONCPP_DEPRECATED(message) macro
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h157 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
160 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
163 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
165 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
169 #define JSONCPP_DEPRECATED(message) macro
Djson.h184 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
187 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
190 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
192 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
196 #define JSONCPP_DEPRECATED(message) macro
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h157 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
160 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
163 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
165 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
169 #define JSONCPP_DEPRECATED(message) macro
Djson.h184 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
187 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
190 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
192 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
196 #define JSONCPP_DEPRECATED(message) macro
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h157 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
160 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
163 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
165 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
169 #define JSONCPP_DEPRECATED(message) macro
Djson.h184 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
187 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
190 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
192 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
196 #define JSONCPP_DEPRECATED(message) macro
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h157 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
160 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
163 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
165 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
169 #define JSONCPP_DEPRECATED(message) macro
Djson.h184 #define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
187 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
190 #define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
192 #define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
196 #define JSONCPP_DEPRECATED(message) macro
/external/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