Searched refs:sync_write_stream (Results 1 – 2 of 2) sorted by relevance
169 struct sync_write_stream struct192 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()
206 struct sync_write_stream struct in boost::beast::stream_traits_test228 struct sync_stream : sync_read_stream, sync_write_stream243 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);