/third_party/boost/doc/html/boost_asio/example/cpp14/operations/ |
D | composed_1.cpp | 31 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()
|
D | composed_2.cpp | 32 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()
|
D | composed_3.cpp | 37 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()
|
D | composed_4.cpp | 38 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()
|
D | composed_5.cpp | 37 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/ |
D | composed_1.cpp | 31 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()
|
D | composed_2.cpp | 32 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()
|
D | composed_3.cpp | 37 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()
|
D | composed_4.cpp | 38 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()
|
D | composed_5.cpp | 37 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/ |
D | composed_1.cpp | 31 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()
|
D | composed_2.cpp | 32 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()
|
D | composed_3.cpp | 96 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()
|
D | composed_4.cpp | 112 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()
|
D | composed_5.cpp | 142 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/ |
D | composed_1.cpp | 31 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()
|
D | composed_2.cpp | 32 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()
|
D | composed_3.cpp | 96 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()
|
D | composed_4.cpp | 112 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()
|
D | composed_5.cpp | 142 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()
|