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.hpp56 class binary_reader class
73 explicit binary_reader(InputAdapterType&& adapter) : ia(std::move(adapter)) in binary_reader() function in nlohmann::detail::binary_reader
/third_party/json/include/nlohmann/
Djson.hpp220 using binary_reader = ::nlohmann::detail::binary_reader<basic_json, InputType>; typedef in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp7695 class binary_reader class
7712 explicit binary_reader(InputAdapterType&& adapter) : ia(std::move(adapter)) in binary_reader() function in nlohmann::detail::binary_reader
16708 using binary_reader = ::nlohmann::detail::binary_reader<basic_json, InputType>; typedef in nlohmann::basic_json