Home
last modified time | relevance | path

Searched defs:server_endpoint (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/server/insecure/
Dserver_chttp2_posix.cc48 grpc_endpoint* server_endpoint = grpc_tcp_create( in grpc_server_add_insecure_channel_from_fd() local
/third_party/boost/libs/asio/test/
Dbuffered_read_stream.cpp151 boost::asio::ip::tcp::endpoint server_endpoint = acceptor.local_endpoint(); in test_sync_operations() local
262 boost::asio::ip::tcp::endpoint server_endpoint = acceptor.local_endpoint(); in test_async_operations() local
Dbuffered_write_stream.cpp151 boost::asio::ip::tcp::endpoint server_endpoint = acceptor.local_endpoint(); in test_sync_operations() local
269 boost::asio::ip::tcp::endpoint server_endpoint = acceptor.local_endpoint(); in test_async_operations() local
Dbuffered_stream.cpp162 boost::asio::ip::tcp::endpoint server_endpoint = acceptor.local_endpoint(); in test_sync_operations() local
280 boost::asio::ip::tcp::endpoint server_endpoint = acceptor.local_endpoint(); in test_async_operations() local
/third_party/boost/libs/asio/test/ip/
Dtcp.cpp608 ip::tcp::endpoint server_endpoint = acceptor.local_endpoint(); in test() local
974 ip::tcp::endpoint server_endpoint = acceptor.local_endpoint(); in test() local
/third_party/grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc83 grpc_endpoint* server_endpoint; member