Searched defs:JSON_HEDLEY_DEPRECATED_FOR (Results 1 – 2 of 2) sorted by relevance
| /third_party/json/include/nlohmann/thirdparty/hedley/ |
| D | hedley.hpp | 1028 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated("Since " #since "; us… macro 1043 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__("Since " #sin… macro 1046 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT… macro 1065 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__)) macro 1071 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated) macro 1074 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) _Pragma("deprecated") macro 1077 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) macro
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 1199 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated("Since " #since "; us… macro 1214 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__("Since " #sin… macro 1217 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT… macro 1236 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__)) macro 1242 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated) macro 1245 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) _Pragma("deprecated") macro 1248 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) macro
|