Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp550 #define JSON_HEDLEY_HAS_BUILTIN(builtin) __has_builtin(builtin) macro
552 #define JSON_HEDLEY_HAS_BUILTIN(builtin) (0) macro
/third_party/json/single_include/nlohmann/
Djson.hpp659 #define JSON_HEDLEY_HAS_BUILTIN(builtin) __has_builtin(builtin) macro
661 #define JSON_HEDLEY_HAS_BUILTIN(builtin) (0) macro