Home
last modified time | relevance | path

Searched refs:async_write_messages (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/asio/example/cpp14/operations/
Dcomposed_8.cpp45 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
161 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
189 std::future<void> f = async_write_messages( in test_future()
Dcomposed_7.cpp41 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
168 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
196 std::future<void> f = async_write_messages( in test_future()
Dcomposed_6.cpp41 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
247 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
275 std::future<void> f = async_write_messages( in test_future()
/third_party/boost/doc/html/boost_asio/example/cpp14/operations/
Dcomposed_8.cpp45 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
161 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
189 std::future<void> f = async_write_messages( in test_future()
Dcomposed_7.cpp41 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
168 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
196 std::future<void> f = async_write_messages( in test_future()
Dcomposed_6.cpp41 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
247 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
275 std::future<void> f = async_write_messages( in test_future()
/third_party/boost/doc/html/boost_asio/example/cpp11/operations/
Dcomposed_8.cpp113 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
166 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
194 std::future<void> f = async_write_messages( in test_future()
Dcomposed_7.cpp117 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
171 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
199 std::future<void> f = async_write_messages( in test_future()
Dcomposed_6.cpp196 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
251 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
279 std::future<void> f = async_write_messages( in test_future()
/third_party/boost/libs/asio/example/cpp11/operations/
Dcomposed_8.cpp113 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
166 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
194 std::future<void> f = async_write_messages( in test_future()
Dcomposed_7.cpp117 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
171 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
199 std::future<void> f = async_write_messages( in test_future()
Dcomposed_6.cpp196 auto async_write_messages(tcp::socket& socket, in async_write_messages() function
251 async_write_messages(socket, "Testing callback\r\n", 5, in test_callback()
279 std::future<void> f = async_write_messages( in test_future()
/third_party/boost/libs/beast/test/beast/core/
Dasync_base.cpp698 auto async_write_messages( in async_write_messages() function in boost::beast::async_base_test
806 BEAST_EXPECT((&async_base_test::async_write_messages<test::stream, std::string, handler>)); in testJavadocs()
/third_party/boost/libs/beast/doc/qbk/
Dreference.qbk27226 auto async_write_messages(