Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp3580 struct has_non_default_from_json : std::false_type {}; struct
3583 struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3585 using serializer = typename BasicJsonType::template json_serializer<T, void>;
3587 static constexpr bool value =
/external/ublksrv/include/nlohmann/
Djson.hpp3427 struct has_non_default_from_json : std::false_type {}; struct
3430 struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3432 using serializer = typename BasicJsonType::template json_serializer<T, void>;
3434 static constexpr bool value =