Home
last modified time | relevance | path

Searched defs:basic_stream (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/convert/
Dstream.hpp33 struct boost::cnv::basic_stream : boost::noncopyable struct in boost::cnv
46 using this_type = boost::cnv::basic_stream<char_type>;
47 using stream_type = std::basic_stringstream<char_type>;
48 using istream_type = std::basic_istream<char_type>;
49 using buffer_type = std::basic_streambuf<char_type>;
50 using stdstr_type = std::basic_string<char_type>;
51 using manipulator_type = std::ios_base& (*)(std::ios_base&);
53 struct ibuffer_type : buffer_type
66 struct obuffer_type : buffer_type
73 basic_stream() : stream_(std::ios_base::in | std::ios_base::out) {} in basic_stream() function
[all …]
/third_party/boost/boost/beast/_experimental/test/
Dstream.hpp129 class basic_stream class
213 basic_stream(basic_stream<Executor2>&& other) in basic_stream() function in boost::beast::test::basic_stream
241 explicit basic_stream(ExecutionContext& context, in basic_stream() function in boost::beast::test::basic_stream
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/
Dstream.hpp129 class basic_stream class
213 basic_stream(basic_stream<Executor2>&& other) in basic_stream() function in boost::beast::test::basic_stream
241 explicit basic_stream(ExecutionContext& context, in basic_stream() function in boost::beast::test::basic_stream
/third_party/boost/boost/beast/core/impl/
Dbasic_stream.hpp732 basic_stream(Arg0&& arg0, Args&&... args) in basic_stream() function in boost::beast::basic_stream
743 basic_stream( in basic_stream() function in boost::beast::basic_stream
755 basic_stream(basic_stream&& other) in basic_stream() function in boost::beast::basic_stream
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dbasic_stream.hpp732 basic_stream(Arg0&& arg0, Args&&... args) in basic_stream() function in boost::beast::basic_stream
743 basic_stream( in basic_stream() function in boost::beast::basic_stream
755 basic_stream(basic_stream&& other) in basic_stream() function in boost::beast::basic_stream
/third_party/boost/boost/beast/core/
Dbasic_stream.hpp203 class basic_stream class
/third_party/boost/libs/beast/include/boost/beast/core/
Dbasic_stream.hpp203 class basic_stream class
/third_party/boost/libs/beast/test/doc/
Dcore_3_timeouts.cpp603 template class basic_stream<net::ip::tcp, net::any_io_executor, rate_gauge>; variable