Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/output/
Dbinary_writer.hpp27 class binary_writer class
39 explicit binary_writer(output_adapter_t<CharType> adapter) : oa(adapter) in binary_writer() function in nlohmann::detail::binary_writer
/third_party/json/include/nlohmann/
Djson.hpp221 …template<typename CharType> using binary_writer = ::nlohmann::detail::binary_writer<basic_json, Ch… typedef in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp12752 class binary_writer class
12764 explicit binary_writer(output_adapter_t<CharType> adapter) : oa(adapter) in binary_writer() function in nlohmann::detail::binary_writer
16709 …template<typename CharType> using binary_writer = ::nlohmann::detail::binary_writer<basic_json, Ch… typedef in nlohmann::basic_json