Searched refs:grpc_iomgr_create_endpoint_pair (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | endpoint_pair_uv.cc | 31 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair() function
|
D | endpoint_pair.h | 31 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name,
|
D | endpoint_pair_posix.cc | 52 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair() function
|
D | endpoint_pair_windows.cc | 73 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair( in grpc_iomgr_create_endpoint_pair() function
|
/external/grpc-grpc/test/core/iomgr/ |
D | fd_conservation_posix_test.cc | 46 p = grpc_iomgr_create_endpoint_pair("test", nullptr); in main()
|
D | endpoint_pair_test.cc | 43 grpc_endpoint_pair p = grpc_iomgr_create_endpoint_pair("test", &args); in create_fixture_endpoint_pair()
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_sockpair.cc | 82 *sfd = grpc_iomgr_create_endpoint_pair("fixture", nullptr); in chttp2_create_fixture_socketpair()
|
D | h2_sockpair+trace.cc | 87 *sfd = grpc_iomgr_create_endpoint_pair("fixture", nullptr); in chttp2_create_fixture_socketpair()
|
D | h2_sockpair_1byte.cc | 93 *sfd = grpc_iomgr_create_endpoint_pair("fixture", &args); in chttp2_create_fixture_socketpair()
|
/external/grpc-grpc/test/core/security/ |
D | secure_endpoint_test.cc | 62 tcp = grpc_iomgr_create_endpoint_pair("fixture", &args); in secure_endpoint_create_fixture_tcp_socketpair()
|
/external/grpc-grpc/test/core/bad_client/ |
D | bad_client.cc | 199 sfd = grpc_iomgr_create_endpoint_pair("fixture", nullptr); in grpc_run_bad_client_test()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_fixtures.h | 264 grpc_iomgr_create_endpoint_pair("test", nullptr),
|