Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp549 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) macro
551 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) (0) macro
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp728 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) macro
730 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) (0) macro
/third_party/json/single_include/nlohmann/
Djson.hpp867 #define JSON_HEDLEY_HAS_CPP_ATTRIBUTE(attribute) __has_cpp_attribute(attribute) macro