Home
last modified time | relevance | path

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

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp1157 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) macro
1172 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) macro
1175 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… macro
1194 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) macro
1200 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) macro
1203 #define JSON_HEDLEY_DEPRECATED(since) _Pragma("deprecated") macro
1206 #define JSON_HEDLEY_DEPRECATED(since) macro