Searched defs:JSON_HEDLEY_TINYC_VERSION_CHECK (Results 1 - 4 of 4) sorted by relevance
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley.hpp | 408 #undef JSON_HEDLEY_TINYC_VERSION_CHECK macro 411 #define JSON_HEDLEY_TINYC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TINYC_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) macro 413 #define JSON_HEDLEY_TINYC_VERSION_CHECK(major,minor,patch) (0) macro
|
H A D | hedley_undef.hpp | 130 #undef JSON_HEDLEY_TINYC_VERSION_CHECK macro
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 587 #undef JSON_HEDLEY_TINYC_VERSION_CHECK macro 590 #define JSON_HEDLEY_TINYC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TINYC_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) macro
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 724 #undef JSON_HEDLEY_TINYC_VERSION_CHECK macro 727 #define JSON_HEDLEY_TINYC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TINYC_VERSION >= JSON_HEDLEY_VERSION_ENCODE(major, minor, patch)) macro 24564 #undef JSON_HEDLEY_TINYC_VERSION_CHECK macro
|
Completed in 50 milliseconds