Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp3595 struct has_to_json : std::false_type {}; struct
3598 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3600 using serializer = typename BasicJsonType::template json_serializer<T, void>;
3602 static constexpr bool value =
/external/ublksrv/include/nlohmann/
Djson.hpp3442 struct has_to_json : std::false_type {}; struct
3445 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3447 using serializer = typename BasicJsonType::template json_serializer<T, void>;
3449 static constexpr bool value =