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.hpp28 class binary_writer class
40 explicit binary_writer(output_adapter_t<CharType> adapter) : oa(std::move(adapter)) in binary_writer() function in nlohmann::detail::binary_writer
/third_party/json/include/nlohmann/
Djson.hpp231 …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.hpp13596 class binary_writer class
13608 explicit binary_writer(output_adapter_t<CharType> adapter) : oa(std::move(adapter)) in binary_writer() function in nlohmann::detail::binary_writer
17632 …template<typename CharType> using binary_writer = ::nlohmann::detail::binary_writer<basic_json, Ch… typedef in nlohmann::basic_json