Home
last modified time | relevance | path

Searched refs:is_json_ref (Results 1 - 5 of 5) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp72 struct is_json_ref : std::false_type {}; struct
75 struct is_json_ref<json_ref<T>> : std::true_type {}; struct
/third_party/json/include/nlohmann/detail/conversions/
H A Dfrom_json.hpp109 && !is_json_ref<StringType>::value, int > = 0 >
/third_party/json/include/nlohmann/
H A Djson.hpp1128 detail::enable_if_t<detail::conjunction<detail::is_json_ref<JsonRef>,
/third_party/json/single_include/nlohmann/
H A Djson.hpp3468 struct is_json_ref : std::false_type {}; struct
3471 struct is_json_ref<json_ref<T>> : std::true_type {}; struct
4665 && !is_json_ref<StringType>::value, int > = 0 >
20306 detail::enable_if_t<detail::conjunction<detail::is_json_ref<JsonRef>,
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp3391 struct is_json_ref : std::false_type {};
3394 struct is_json_ref<json_ref<T>> : std::true_type {};
18295 detail::enable_if_t<detail::conjunction<detail::is_json_ref<JsonRef>,

Completed in 58 milliseconds