Searched refs:output_adapter_t (Results 1 – 5 of 5) sorted by relevance
37 using output_adapter_t = std::shared_ptr<output_adapter_protocol<CharType>>; typedef128 operator output_adapter_t<CharType>() in operator output_adapter_t<CharType>()134 output_adapter_t<CharType> oa = nullptr;
56 serializer(output_adapter_t<char> s, const char ichar, in serializer()931 output_adapter_t<char> o = nullptr;
40 explicit binary_writer(output_adapter_t<CharType> adapter) : oa(std::move(adapter)) in binary_writer()1632 output_adapter_t<CharType> oa = nullptr;
227 using output_adapter_t = ::nlohmann::detail::output_adapter_t<CharType>; typedef in nlohmann::basic_json
13481 using output_adapter_t = std::shared_ptr<output_adapter_protocol<CharType>>; typedef13572 operator output_adapter_t<CharType>() in operator output_adapter_t<CharType>()13578 output_adapter_t<CharType> oa = nullptr;13608 explicit binary_writer(output_adapter_t<CharType> adapter) : oa(std::move(adapter)) in binary_writer()15200 output_adapter_t<CharType> oa = nullptr;16381 serializer(output_adapter_t<char> s, const char ichar, in serializer()17256 output_adapter_t<char> o = nullptr;17628 using output_adapter_t = ::nlohmann::detail::output_adapter_t<CharType>; typedef in nlohmann::basic_json