Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp348 using adapter_type = iterator_input_adapter<iterator_type>; typedef
372 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>; typedef
405 …using adapter_type = decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval… typedef
/third_party/json/single_include/nlohmann/
Djson.hpp6417 using adapter_type = iterator_input_adapter<iterator_type>; typedef
6441 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>; typedef
6474 …using adapter_type = decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval… typedef
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp5545 using adapter_type = iterator_input_adapter<iterator_type>; typedef
5569 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>; typedef
5602 …using adapter_type = decltype(input_adapter(begin(std::declval<ContainerType>()), end(std::declval… typedef