Home
last modified time | relevance | path

Searched refs:async_write_message (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp14/operations/
Dcomposed_1.cpp31 auto async_write_message(tcp::socket& socket, in async_write_message() function
62 async_write_message(socket, "Testing callback\r\n", in test_callback()
90 std::future<std::size_t> f = async_write_message( in test_future()
Dcomposed_2.cpp32 auto async_write_message(tcp::socket& socket, in async_write_message() function
80 async_write_message(socket, "Testing callback\r\n", false, in test_callback()
108 std::future<std::size_t> f = async_write_message( in test_future()
Dcomposed_3.cpp37 auto async_write_message(tcp::socket& socket, in async_write_message() function
134 async_write_message(socket, "Testing callback\r\n", in test_callback()
162 std::future<void> f = async_write_message( in test_future()
Dcomposed_4.cpp38 auto async_write_message(tcp::socket& socket, in async_write_message() function
150 async_write_message(socket, "", in test_callback()
178 std::future<void> f = async_write_message( in test_future()
Dcomposed_5.cpp37 auto async_write_message(tcp::socket& socket, in async_write_message() function
187 async_write_message(socket, 123456, in test_callback()
215 std::future<void> f = async_write_message( in test_future()
/third_party/boost/libs/asio/example/cpp14/operations/
Dcomposed_1.cpp31 auto async_write_message(tcp::socket& socket, in async_write_message() function
62 async_write_message(socket, "Testing callback\r\n", in test_callback()
90 std::future<std::size_t> f = async_write_message( in test_future()
Dcomposed_2.cpp32 auto async_write_message(tcp::socket& socket, in async_write_message() function
80 async_write_message(socket, "Testing callback\r\n", false, in test_callback()
108 std::future<std::size_t> f = async_write_message( in test_future()
Dcomposed_3.cpp37 auto async_write_message(tcp::socket& socket, in async_write_message() function
134 async_write_message(socket, "Testing callback\r\n", in test_callback()
162 std::future<void> f = async_write_message( in test_future()
Dcomposed_4.cpp38 auto async_write_message(tcp::socket& socket, in async_write_message() function
150 async_write_message(socket, "", in test_callback()
178 std::future<void> f = async_write_message( in test_future()
Dcomposed_5.cpp37 auto async_write_message(tcp::socket& socket, in async_write_message() function
187 async_write_message(socket, 123456, in test_callback()
215 std::future<void> f = async_write_message( in test_future()
/third_party/boost/doc/html/boost_asio/example/cpp11/operations/
Dcomposed_1.cpp31 auto async_write_message(tcp::socket& socket, in async_write_message() function
62 async_write_message(socket, "Testing callback\r\n", in test_callback()
90 std::future<std::size_t> f = async_write_message( in test_future()
Dcomposed_2.cpp32 auto async_write_message(tcp::socket& socket, in async_write_message() function
80 async_write_message(socket, "Testing callback\r\n", false, in test_callback()
108 std::future<std::size_t> f = async_write_message( in test_future()
Dcomposed_3.cpp96 auto async_write_message(tcp::socket& socket, in async_write_message() function
140 async_write_message(socket, "Testing callback\r\n", in test_callback()
168 std::future<void> f = async_write_message( in test_future()
Dcomposed_4.cpp112 auto async_write_message(tcp::socket& socket, in async_write_message() function
156 async_write_message(socket, "", in test_callback()
184 std::future<void> f = async_write_message( in test_future()
Dcomposed_5.cpp142 auto async_write_message(tcp::socket& socket, in async_write_message() function
192 async_write_message(socket, 123456, in test_callback()
220 std::future<void> f = async_write_message( in test_future()
/third_party/boost/libs/asio/example/cpp11/operations/
Dcomposed_1.cpp31 auto async_write_message(tcp::socket& socket, in async_write_message() function
62 async_write_message(socket, "Testing callback\r\n", in test_callback()
90 std::future<std::size_t> f = async_write_message( in test_future()
Dcomposed_2.cpp32 auto async_write_message(tcp::socket& socket, in async_write_message() function
80 async_write_message(socket, "Testing callback\r\n", false, in test_callback()
108 std::future<std::size_t> f = async_write_message( in test_future()
Dcomposed_3.cpp96 auto async_write_message(tcp::socket& socket, in async_write_message() function
140 async_write_message(socket, "Testing callback\r\n", in test_callback()
168 std::future<void> f = async_write_message( in test_future()
Dcomposed_4.cpp112 auto async_write_message(tcp::socket& socket, in async_write_message() function
156 async_write_message(socket, "", in test_callback()
184 std::future<void> f = async_write_message( in test_future()
Dcomposed_5.cpp142 auto async_write_message(tcp::socket& socket, in async_write_message() function
192 async_write_message(socket, 123456, in test_callback()
220 std::future<void> f = async_write_message( in test_future()