Home
last modified time | relevance | path

Searched refs:JSON_HEDLEY_DEPRECATED (Results 1 - 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley.hpp1019 #if defined(JSON_HEDLEY_DEPRECATED)
1020 #undef JSON_HEDLEY_DEPRECATED macro
1028 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) macro
1043 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) macro
1046 #define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecated("Since " #since)]]) macro
1065 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) macro
1071 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) macro
1074 #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated") macro
1077 #define JSON_HEDLEY_DEPRECATED(since) macro
H A Dhedley_undef.hpp37 #undef JSON_HEDLEY_DEPRECATED macro
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp1198 #if defined(JSON_HEDLEY_DEPRECATED)
1199 #undef JSON_HEDLEY_DEPRECATED macro
1207 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) macro
1222 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since)))
1225 #define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecated("Since " #since)]])
1244 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__))
1250 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated)
1253 #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated")
1256 #define JSON_HEDLEY_DEPRECATED(since)
21966 #undef JSON_HEDLEY_DEPRECATED
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp1335 #if defined(JSON_HEDLEY_DEPRECATED)
1336 #undef JSON_HEDLEY_DEPRECATED macro
1344 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) macro
1359 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since)))
1362 #define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecated("Since " #since)]])
1381 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__))
1387 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated)
1390 #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated")
1393 #define JSON_HEDLEY_DEPRECATED(since)
24471 #undef JSON_HEDLEY_DEPRECATED macro
[all...]

Completed in 50 milliseconds