Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp59 class binary_reader class
76 explicit binary_reader(InputAdapterType&& adapter) noexcept : ia(std::move(adapter)) in binary_reader() function in nlohmann::detail::binary_reader
/third_party/json/include/nlohmann/
Djson.hpp230 using binary_reader = ::nlohmann::detail::binary_reader<basic_json, InputType>; typedef in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp8349 class binary_reader class
8366 explicit binary_reader(InputAdapterType&& adapter) noexcept : ia(std::move(adapter)) in binary_reader() function in nlohmann::detail::binary_reader
17631 using binary_reader = ::nlohmann::detail::binary_reader<basic_json, InputType>; typedef in nlohmann::basic_json