Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp66 class binary_reader class
83 …explicit binary_reader(InputAdapterType&& adapter, const input_format_t format = input_format_t::j… in binary_reader() function in detail::binary_reader
/third_party/json/include/nlohmann/
Djson.hpp157 using binary_reader = ::nlohmann::detail::binary_reader<basic_json, InputType>; typedef in basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp9211 class binary_reader class
9228 …explicit binary_reader(InputAdapterType&& adapter, const input_format_t format = input_format_t::j… in binary_reader() function in detail::binary_reader
19459 using binary_reader = ::nlohmann::detail::binary_reader<basic_json, InputType>; typedef in basic_json
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp8229 class binary_reader class
8246 explicit binary_reader(InputAdapterType&& adapter) noexcept : ia(std::move(adapter)) in binary_reader() function in nlohmann::detail::binary_reader
17335 using binary_reader = ::nlohmann::detail::binary_reader<basic_json, InputType>; typedef in nlohmann::basic_json