Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp69 class input_stream_adapter class
84 explicit input_stream_adapter(std::istream& i) in input_stream_adapter() function in nlohmann::detail::input_stream_adapter
93 input_stream_adapter(input_stream_adapter&& rhs) noexcept : is(rhs.is), sb(rhs.sb) in input_stream_adapter() function in nlohmann::detail::input_stream_adapter
/third_party/json/single_include/nlohmann/
Djson.hpp4790 class input_stream_adapter class
4805 explicit input_stream_adapter(std::istream& i) in input_stream_adapter() function in nlohmann::detail::input_stream_adapter
4814 input_stream_adapter(input_stream_adapter&& rhs) noexcept : is(rhs.is), sb(rhs.sb) in input_stream_adapter() function in nlohmann::detail::input_stream_adapter