/third_party/boost/boost/beast/_experimental/test/ |
D | stream.hpp | 112 class basic_stream; 118 basic_stream<Executor>& s, 125 basic_stream<Executor>& s, 129 class basic_stream class 141 typedef basic_stream<Executor1> other; 146 friend class basic_stream; 170 using lowest_layer_type = basic_stream; 198 ~basic_stream(); 205 basic_stream(basic_stream&& other); 213 basic_stream(basic_stream<Executor2>&& other) in basic_stream() function in boost::beast::test::basic_stream [all …]
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/ |
D | stream.hpp | 112 class basic_stream; 118 basic_stream<Executor>& s, 125 basic_stream<Executor>& s, 129 class basic_stream class 141 typedef basic_stream<Executor1> other; 146 friend class basic_stream; 170 using lowest_layer_type = basic_stream; 198 ~basic_stream(); 205 basic_stream(basic_stream&& other); 213 basic_stream(basic_stream<Executor2>&& other) in basic_stream() function in boost::beast::test::basic_stream [all …]
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/impl/ |
D | stream.ipp | 27 void basic_stream<Executor>::initiate_read( 71 basic_stream<Executor>:: 72 ~basic_stream() 79 basic_stream<Executor>:: 80 basic_stream(basic_stream&& other) 91 basic_stream<Executor>& 92 basic_stream<Executor>:: 93 operator=(basic_stream&& other) 108 basic_stream<Executor>:: 109 basic_stream(executor_type exec) [all …]
|
D | stream.hpp | 32 class basic_stream<Executor>::read_op : public detail::stream_read_op_base 157 struct basic_stream<Executor>::run_read_op 191 struct basic_stream<Executor>::run_write_op 255 basic_stream<Executor>:: 271 basic_stream<Executor>:: 322 basic_stream<Executor>:: in BOOST_ASIO_INITFN_RESULT_TYPE() 343 basic_stream<Executor>:: 360 basic_stream<Executor>:: 406 basic_stream<Executor>:: in BOOST_ASIO_INITFN_RESULT_TYPE() 431 basic_stream<Executor>& s, in async_teardown() [all …]
|
/third_party/boost/boost/beast/_experimental/test/impl/ |
D | stream.ipp | 27 void basic_stream<Executor>::initiate_read( 71 basic_stream<Executor>:: 72 ~basic_stream() 79 basic_stream<Executor>:: 80 basic_stream(basic_stream&& other) 91 basic_stream<Executor>& 92 basic_stream<Executor>:: 93 operator=(basic_stream&& other) 108 basic_stream<Executor>:: 109 basic_stream(executor_type exec) [all …]
|
D | stream.hpp | 32 class basic_stream<Executor>::read_op : public detail::stream_read_op_base 157 struct basic_stream<Executor>::run_read_op 191 struct basic_stream<Executor>::run_write_op 255 basic_stream<Executor>:: 271 basic_stream<Executor>:: 322 basic_stream<Executor>:: in BOOST_ASIO_INITFN_RESULT_TYPE() 343 basic_stream<Executor>:: 360 basic_stream<Executor>:: 406 basic_stream<Executor>:: in BOOST_ASIO_INITFN_RESULT_TYPE() 431 basic_stream<Executor>& s, in async_teardown() [all …]
|
/third_party/boost/boost/beast/core/impl/ |
D | basic_stream.hpp | 32 basic_stream<Protocol, Executor, RatePolicy>:: 45 basic_stream<Protocol, Executor, RatePolicy>:: 63 basic_stream<Protocol, Executor, RatePolicy>:: 122 basic_stream<Protocol, Executor, RatePolicy>:: 144 basic_stream<Protocol, Executor, RatePolicy>:: 165 struct basic_stream<Protocol, Executor, RatePolicy>:: 209 struct basic_stream<Protocol, Executor, RatePolicy>::ops 278 basic_stream& s, in transfer_op() 447 basic_stream& s, in connect_op() 483 basic_stream& s, in connect_op() [all …]
|
/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | basic_stream.hpp | 32 basic_stream<Protocol, Executor, RatePolicy>:: 45 basic_stream<Protocol, Executor, RatePolicy>:: 63 basic_stream<Protocol, Executor, RatePolicy>:: 122 basic_stream<Protocol, Executor, RatePolicy>:: 144 basic_stream<Protocol, Executor, RatePolicy>:: 165 struct basic_stream<Protocol, Executor, RatePolicy>:: 209 struct basic_stream<Protocol, Executor, RatePolicy>::ops 278 basic_stream& s, in transfer_op() 447 basic_stream& s, in connect_op() 483 basic_stream& s, in connect_op() [all …]
|
/third_party/boost/libs/beast/test/beast/websocket/ |
D | accept.cpp | 59 stream<test::basic_stream<net::io_context::executor_type>>&)> in fail_loop() 73 stream<test::basic_stream<net::io_context::executor_type>> in fail_loop() 107 fail_loop([&](stream<test::basic_stream<net::io_context::executor_type>>& ws) in testMatrix() 122 fail_loop([&](stream<test::basic_stream<net::io_context::executor_type>>& ws) in testMatrix() 141 fail_loop([&](stream<test::basic_stream<net::io_context::executor_type>>& ws) in testMatrix() 155 fail_loop([&](stream<test::basic_stream<net::io_context::executor_type>>& ws) in testMatrix() 172 fail_loop([&](stream<test::basic_stream<net::io_context::executor_type>>& ws) in testMatrix() 189 fail_loop([&](stream<test::basic_stream<net::io_context::executor_type>>& ws) in testMatrix() 219 fail_loop([&](stream<test::basic_stream<net::io_context::executor_type>>& ws) in testMatrix() 237 fail_loop([&](stream<test::basic_stream<net::io_context::executor_type>>& ws) in testMatrix() [all …]
|
/third_party/boost/boost/beast/core/ |
D | basic_stream.hpp | 203 class basic_stream class 225 using other = basic_stream< 338 ~basic_stream(); 352 basic_stream(Args&&... args); 358 basic_stream(Arg0&& argo, Args&&... args); 377 basic_stream(RatePolicy_&& policy, Args&&... args); 383 basic_stream( 394 basic_stream(basic_stream&& other); 397 basic_stream& operator=(basic_stream&&) = delete;
|
D | tcp_stream.hpp | 26 using tcp_stream = basic_stream<
|
D | rate_policy.hpp | 45 friend class basic_stream;
|
/third_party/boost/libs/beast/include/boost/beast/core/ |
D | basic_stream.hpp | 203 class basic_stream class 225 using other = basic_stream< 338 ~basic_stream(); 352 basic_stream(Args&&... args); 358 basic_stream(Arg0&& argo, Args&&... args); 377 basic_stream(RatePolicy_&& policy, Args&&... args); 383 basic_stream( 394 basic_stream(basic_stream&& other); 397 basic_stream& operator=(basic_stream&&) = delete;
|
D | tcp_stream.hpp | 26 using tcp_stream = basic_stream<
|
D | rate_policy.hpp | 45 friend class basic_stream;
|
/third_party/boost/boost/convert/ |
D | stream.hpp | 26 template<class Char> struct basic_stream; 28 using cstream = boost::cnv::basic_stream<char>; 29 using wstream = boost::cnv::basic_stream<wchar_t>; 33 struct boost::cnv::basic_stream : boost::noncopyable struct in boost::cnv 46 using this_type = boost::cnv::basic_stream<char_type>; argument 73 basic_stream() : stream_(std::ios_base::in | std::ios_base::out) {} in basic_stream() argument 75 basic_stream(this_type&& other) : stream_(std::move(other.stream_)) {} in basic_stream() argument 150 boost::cnv::basic_stream<char_type>::to_str( in to_str() argument 172 boost::cnv::basic_stream<char_type>::str_to( in str_to()
|
/third_party/boost/libs/beast/test/beast/core/ |
D | basic_stream.cpp | 336 basic_stream<tcp, executor> s1(ioc); in testSpecialMembers() 337 basic_stream<tcp, executor> s2(ex); in testSpecialMembers() 338 basic_stream<tcp, executor> s3(ioc, tcp::v4()); in testSpecialMembers() 339 basic_stream<tcp, executor> s4(std::move(s1)); in testSpecialMembers() 348 basic_stream<tcp, executor> const&>( in testSpecialMembers() 352 basic_stream< in testSpecialMembers() 356 basic_stream< in testSpecialMembers() 364 basic_stream<tcp, strand> s1(ex); in testSpecialMembers() 365 basic_stream<tcp, strand> s2(ex, tcp::v4()); in testSpecialMembers() 366 basic_stream<tcp, strand> s3(std::move(s1)); in testSpecialMembers() [all …]
|
D | Jamfile | 23 basic_stream.cpp
|
D | CMakeLists.txt | 32 basic_stream.cpp
|
/third_party/boost/libs/convert/doc/html/ |
D | standalone_HTML.manifest | 59 boost/cnv/basic_stream.html 60 boost/cnv/basic_stream/ibuffer_type.html 61 boost/cnv/basic_stream/obuffer_type.html
|
/third_party/boost/libs/beast/test/doc/ |
D | core_3_timeouts.cpp | 208 basic_stream<net::ip::tcp, net::any_io_executor, simple_rate_policy> stream(ioc); in core_3_timeouts_snippets() 230 void do_async_echo (basic_stream<Protocol, Executor>& stream) in do_async_echo() 236 basic_stream<Protocol, Executor>& stream; in do_async_echo() 589 basic_stream<net::ip::tcp, net::any_io_executor, rate_gauge> stream(ioc); in core_3_timeouts_snippets2() 603 template class basic_stream<net::ip::tcp, net::any_io_executor, rate_gauge>; variable
|
/third_party/boost/libs/beast/doc/qbk/03_core/ |
D | 3_timeouts.qbk | 65 [[link beast.ref.boost__beast__basic_stream `basic_stream`]] 181 [link beast.ref.boost__beast__basic_stream `basic_stream`] 185 `basic_stream` and `tcp_stream` is 205 allow our implementation to be private, but still allow the `basic_stream` 207 a cumbersome friend declaration for the `basic_stream` class template.
|
/third_party/boost/libs/beast/doc/qbk/ |
D | release_notes.qbk | 48 * [issue 2065] Fix behaviour of `basic_stream` when a zero-length write is requested. 51 * [issue 2029] Fix C++20 tests for `basic_stream`. 136 * [issue 1943] Fix `basic_stream` `expires_after` 173 * [issue 1875] Ensure `basic_stream::close` will not throw 222 * [issue 1688] basic_stream dtor cannot throw 238 * Use the executor type in basic_stream timer 274 * Remove the use of `bind_executor` in `basic_stream` 360 `basic_stream`
|
/third_party/boost/libs/beast/ |
D | CHANGELOG.md | 82 * Fix assert when basic_stream used as underlying of ssl::stream with zero-length write. 103 * Add handler tracking locations to basic_stream. 221 * Fix basic_stream expires_after (API Change) 231 * basic_stream::expires_after used to take a nanosecond duration type argument. This 296 * Test use_awaitable with basic_stream 326 * Ensure basic_stream::close will not throw 442 * Add basic_stream::rebind_executor 457 * Use the executor type in basic_stream timer 501 * basic_stream dtor cannot throw 601 * Use `if` statement in basic_stream::transfer_op [all …]
|
/third_party/boost/libs/beast/doc/qbk/07_concepts/ |
D | RatePolicy.qbk | 13 [link beast.ref.boost__beast__basic_stream `basic_stream`],
|