Searched defs:JSON_HEDLEY_GNUC_HAS_EXTENSION (Results 1 - 4 of 4) sorted by relevance
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley.hpp | 651 #undef JSON_HEDLEY_GNUC_HAS_EXTENSION macro 654 #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension) macro 656 #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) macro
|
H A D | hedley_undef.hpp | 69 #undef JSON_HEDLEY_GNUC_HAS_EXTENSION macro
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 830 #undef JSON_HEDLEY_GNUC_HAS_EXTENSION macro 833 #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension) macro
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 967 #undef JSON_HEDLEY_GNUC_HAS_EXTENSION macro 970 #define JSON_HEDLEY_GNUC_HAS_EXTENSION(extension,major,minor,patch) __has_extension(extension) macro 24503 #undef JSON_HEDLEY_GNUC_HAS_EXTENSION macro
|
Completed in 46 milliseconds