Home
last modified time | relevance | path

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

/AliOS-Things-master/components/jsoncpp/include/json/
A 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
92 #if !defined(JSONCPP_DEPRECATED)
93 #define JSONCPP_DEPRECATED(message) macro
A Dreader.h36 class JSONCPP_DEPRECATED(
55 JSONCPP_DEPRECATED("Use CharReader and CharReaderBuilder instead")
60 JSONCPP_DEPRECATED("Use CharReader and CharReaderBuilder instead")
111 JSONCPP_DEPRECATED("Use getFormattedErrorMessages() instead.")
A Dwriter.h148 class JSONCPP_DEPRECATED("Use StreamWriter instead") JSON_API Writer {
168 class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API FastWriter
228 class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API
297 class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API
A Dvalue.h565 JSONCPP_DEPRECATED("Use setComment(String const&) instead.")
778 JSONCPP_DEPRECATED("Use `key = name();` instead.")
/AliOS-Things-master/components/oss/src/external/json/
A Djson-forwards.h161 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
209 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
213 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
215 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
219 #if !defined(JSONCPP_DEPRECATED)
220 #define JSONCPP_DEPRECATED(message) macro
A Djson.h195 # define JSONCPP_DEPRECATED(message) __declspec(deprecated(message)) macro
243 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
247 # define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message))) macro
249 # define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__)) macro
253 #if !defined(JSONCPP_DEPRECATED)
254 #define JSONCPP_DEPRECATED(message) macro
1037 JSONCPP_DEPRECATED("Use setComment(JSONCPP_STRING const&) instead.")
1201 JSONCPP_DEPRECATED("Use `key = name();` instead.")
1483 JSONCPP_DEPRECATED("Use getFormattedErrorMessages() instead.")
1940 class JSONCPP_DEPRECATED("Use StreamWriter instead") JSON_API Writer {
[all …]

Completed in 12 milliseconds