Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp73 struct is_json_ref : std::false_type {}; struct
76 struct is_json_ref<json_ref<T>> : std::true_type {}; struct
/third_party/json/single_include/nlohmann/
Djson.hpp3486 struct is_json_ref : std::false_type {}; struct
3489 struct is_json_ref<json_ref<T>> : std::true_type {}; struct
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3391 struct is_json_ref : std::false_type {}; struct
3394 struct is_json_ref<json_ref<T>> : std::true_type {}; struct