Home
last modified time | relevance | path

Searched defs:endpoints (Results 1 – 25 of 74) sorted by relevance

123

/third_party/boost/boost/fusion/view/zip_view/detail/
Dend_impl.hpp43 struct endpoints struct
49 struct result<endpoints<M1>(SeqRef)>
60 operator()(Seq& seq) const in operator ()()
68 operator()(Seq const& seq) const in operator ()()
74 unused_type operator()(unused_type const&) const in operator ()()
/third_party/boost/libs/asio/test/
Dconnect.cpp144 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_connect_range() local
178 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_connect_range_ec() local
210 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_connect_range_cond() local
341 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_connect_range_cond_ec() local
437 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_connect_iter() local
472 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_connect_iter_ec() local
509 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_connect_iter_cond() local
661 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_connect_iter_cond_ec() local
778 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_async_connect_range() local
822 std::vector<boost::asio::ip::tcp::endpoint> endpoints; in test_async_connect_range_cond() local
[all …]
/third_party/boost/libs/asio/example/cpp11/ssl/
Dclient.cpp29 const tcp::resolver::results_type& endpoints) in client()
59 void connect(const tcp::resolver::results_type& endpoints) in connect()
150 auto endpoints = resolver.resolve(argv[1], argv[2]); in main() local
/third_party/boost/doc/html/boost_asio/example/cpp11/ssl/
Dclient.cpp29 const tcp::resolver::results_type& endpoints) in client()
59 void connect(const tcp::resolver::results_type& endpoints) in connect()
150 auto endpoints = resolver.resolve(argv[1], argv[2]); in main() local
/third_party/boost/libs/asio/example/cpp11/chat/
Dchat_client.cpp26 const tcp::resolver::results_type& endpoints) in chat_client()
53 void do_connect(const tcp::resolver::results_type& endpoints) in do_connect()
143 auto endpoints = resolver.resolve(argv[1], argv[2]); in main() local
/third_party/boost/doc/html/boost_asio/example/cpp11/chat/
Dchat_client.cpp26 const tcp::resolver::results_type& endpoints) in chat_client()
53 void do_connect(const tcp::resolver::results_type& endpoints) in do_connect()
143 auto endpoints = resolver.resolve(argv[1], argv[2]); in main() local
/third_party/boost/boost/beast/core/
Dbasic_stream.hpp595 connect(EndpointSequence const& endpoints) in connect()
630 EndpointSequence const& endpoints, in connect()
742 EndpointSequence const& endpoints, in connect()
793 EndpointSequence const& endpoints, in connect()
/third_party/boost/libs/beast/include/boost/beast/core/
Dbasic_stream.hpp595 connect(EndpointSequence const& endpoints) in connect()
630 EndpointSequence const& endpoints, in connect()
742 EndpointSequence const& endpoints, in connect()
793 EndpointSequence const& endpoints, in connect()
/third_party/boost/libs/asio/example/cpp03/chat/
Dposix_chat_client.cpp28 const tcp::resolver::results_type& endpoints) in posix_chat_client()
188 tcp::resolver::results_type endpoints = resolver.resolve(argv[1], argv[2]); in main() local
Dchat_client.cpp27 const tcp::resolver::results_type& endpoints) in chat_client()
152 tcp::resolver::results_type endpoints = resolver.resolve(argv[1], argv[2]); in main() local
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/
Dchat_client.cpp27 const tcp::resolver::results_type& endpoints) in chat_client()
152 tcp::resolver::results_type endpoints = resolver.resolve(argv[1], argv[2]); in main() local
Dposix_chat_client.cpp28 const tcp::resolver::results_type& endpoints) in posix_chat_client()
188 tcp::resolver::results_type endpoints = resolver.resolve(argv[1], argv[2]); in main() local
/third_party/boost/libs/asio/example/cpp03/ssl/
Dclient.cpp24 boost::asio::ip::tcp::resolver::results_type endpoints) in client()
141 boost::asio::ip::tcp::resolver::results_type endpoints = in main() local
/third_party/boost/doc/html/boost_asio/example/cpp03/ssl/
Dclient.cpp24 boost::asio::ip::tcp::resolver::results_type endpoints) in client()
141 boost::asio::ip::tcp::resolver::results_type endpoints = in main() local
/third_party/boost/libs/asio/example/cpp03/tutorial/daytime1/
Dclient.cpp30 tcp::resolver::results_type endpoints = in main() local
/third_party/boost/libs/asio/example/cpp03/echo/
Dblocking_tcp_echo_client.cpp33 tcp::resolver::results_type endpoints = in main() local
Dblocking_udp_echo_client.cpp35 udp::resolver::results_type endpoints = in main() local
/third_party/boost/doc/html/boost_asio/example/cpp03/echo/
Dblocking_tcp_echo_client.cpp33 tcp::resolver::results_type endpoints = in main() local
Dblocking_udp_echo_client.cpp35 udp::resolver::results_type endpoints = in main() local
/third_party/boost/doc/html/boost_asio/example/cpp11/echo/
Dblocking_udp_echo_client.cpp35 udp::resolver::results_type endpoints = in main() local
/third_party/boost/libs/asio/example/cpp03/socks4/
Dsync_client.cpp38 tcp::resolver::results_type endpoints = resolver.resolve(argv[1], argv[2]); in main() local
/third_party/boost/doc/html/boost_asio/example/cpp11/socks4/
Dsync_client.cpp38 auto endpoints = resolver.resolve(argv[1], argv[2]); in main() local
/third_party/boost/libs/asio/example/cpp11/echo/
Dblocking_udp_echo_client.cpp35 udp::resolver::results_type endpoints = in main() local
/third_party/boost/doc/html/boost_asio/example/cpp03/socks4/
Dsync_client.cpp38 tcp::resolver::results_type endpoints = resolver.resolve(argv[1], argv[2]); in main() local
/third_party/boost/libs/asio/example/cpp11/socks4/
Dsync_client.cpp38 auto endpoints = resolver.resolve(argv[1], argv[2]); in main() local

123