Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp342 struct iterator_input_adapter_factory struct
344 using iterator_type = IteratorType;
345 using char_type = typename std::iterator_traits<iterator_type>::value_type;
346 using adapter_type = iterator_input_adapter<iterator_type>;
348 static adapter_type create(IteratorType first, IteratorType last) in create()
365 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct
367 using iterator_type = IteratorType;
368 using char_type = typename std::iterator_traits<iterator_type>::value_type;
369 using base_adapter_type = iterator_input_adapter<iterator_type>;
370 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp6483 struct iterator_input_adapter_factory struct
6485 using iterator_type = IteratorType;
6486 using char_type = typename std::iterator_traits<iterator_type>::value_type;
6487 using adapter_type = iterator_input_adapter<iterator_type>;
6489 static adapter_type create(IteratorType first, IteratorType last) in create()
6506 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct
6508 using iterator_type = IteratorType;
6509 using char_type = typename std::iterator_traits<iterator_type>::value_type;
6510 using base_adapter_type = iterator_input_adapter<iterator_type>;
6511 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;
[all …]
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp5541 struct iterator_input_adapter_factory struct
5543 using iterator_type = IteratorType;
5544 using char_type = typename std::iterator_traits<iterator_type>::value_type;
5545 using adapter_type = iterator_input_adapter<iterator_type>;
5547 static adapter_type create(IteratorType first, IteratorType last) in create()
5564 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct
5566 using iterator_type = IteratorType;
5567 using char_type = typename std::iterator_traits<iterator_type>::value_type;
5568 using base_adapter_type = iterator_input_adapter<iterator_type>;
5569 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;
[all …]