Home
last modified time | relevance | path

Searched refs:sync_write_stream (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/beast/test/doc/
Dcore_1_refresher.cpp169 struct sync_write_stream struct
192 std::size_t sync_write_stream::write_some(ConstBufferSequence const&) in write_some()
197 std::size_t sync_write_stream::write_some(ConstBufferSequence const&, error_code&) in write_some()
202 BOOST_STATIC_ASSERT(is_sync_write_stream<sync_write_stream>::value);
419 std::size_t(sync_write_stream::*)( in run()
421 &sync_write_stream::write_some)); in run()
423 std::size_t(sync_write_stream::*)( in run()
425 &sync_write_stream::write_some)); in run()
/third_party/boost/libs/beast/test/beast/core/
Dstream_traits.cpp206 struct sync_write_stream struct in boost::beast::stream_traits_test
228 struct sync_stream : sync_read_stream, sync_write_stream
243 BOOST_STATIC_ASSERT(is_sync_write_stream<sync_write_stream>::value);
247 BOOST_STATIC_ASSERT(! is_sync_read_stream<sync_write_stream>::value);
256 BOOST_STATIC_ASSERT(! has_get_executor<sync_write_stream>::value);