Home
last modified time | relevance | path

Searched refs:grpc_endpoint_pair (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/test/core/end2end/fixtures/
Dh2_sockpair.cc47 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in server_setup_transport()
73 grpc_endpoint_pair* sfd = in chttp2_create_fixture_socketpair()
74 static_cast<grpc_endpoint_pair*>(gpr_malloc(sizeof(grpc_endpoint_pair))); in chttp2_create_fixture_socketpair()
90 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_client_socketpair()
104 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_server_socketpair()
Dh2_sockpair+trace.cc53 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in server_setup_transport()
78 grpc_endpoint_pair* sfd = in chttp2_create_fixture_socketpair()
79 static_cast<grpc_endpoint_pair*>(gpr_malloc(sizeof(grpc_endpoint_pair))); in chttp2_create_fixture_socketpair()
95 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_client_socketpair()
109 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_server_socketpair()
Dh2_sockpair_1byte.cc47 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in server_setup_transport()
73 grpc_endpoint_pair* sfd = in chttp2_create_fixture_socketpair()
74 static_cast<grpc_endpoint_pair*>(gpr_malloc(sizeof(grpc_endpoint_pair))); in chttp2_create_fixture_socketpair()
101 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_client_socketpair()
115 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_server_socketpair()
/external/grpc-grpc/src/core/lib/iomgr/
Dendpoint_pair_uv.cc31 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair()
33 grpc_endpoint_pair endpoint_pair; in grpc_iomgr_create_endpoint_pair()
Dendpoint_pair.h29 } grpc_endpoint_pair; typedef
31 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name,
Dendpoint_pair_posix.cc52 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair()
55 grpc_endpoint_pair p; in grpc_iomgr_create_endpoint_pair()
Dendpoint_pair_windows.cc73 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair( in grpc_iomgr_create_endpoint_pair()
76 grpc_endpoint_pair p; in grpc_iomgr_create_endpoint_pair()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h175 EndpointPairFixture(Service* service, grpc_endpoint_pair endpoints, in EndpointPairFixture()
249 grpc_endpoint_pair endpoint_pair_;
297 static grpc_endpoint_pair MakeEndpoints(grpc_passthru_endpoint_stats* stats) { in MakeEndpoints()
298 grpc_endpoint_pair p; in MakeEndpoints()
Dbm_fullstack_trickle.cc214 static grpc_endpoint_pair MakeEndpoints(size_t kilobits, in MakeEndpoints()
216 grpc_endpoint_pair p; in MakeEndpoints()
/external/grpc-grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc78 EndpointPairFixture(Service* service, grpc_endpoint_pair endpoints) { in EndpointPairFixture()
159 static grpc_endpoint_pair MakeEndpoints(grpc_passthru_endpoint_stats* stats) { in MakeEndpoints()
160 grpc_endpoint_pair p; in MakeEndpoints()
/external/grpc-grpc/test/core/iomgr/
Dfd_conservation_posix_test.cc30 grpc_endpoint_pair p; in main()
Dendpoint_pair_test.cc43 grpc_endpoint_pair p = grpc_iomgr_create_endpoint_pair("test", &args); in create_fixture_endpoint_pair()
/external/grpc-grpc/test/core/bad_client/
Dbad_client.cc91 grpc_endpoint_pair* sfd, in grpc_run_client_side_validator()
188 grpc_endpoint_pair sfd; in grpc_run_bad_client_test()
/external/grpc-grpc/test/core/security/
Dsecure_endpoint_test.cc55 grpc_endpoint_pair tcp; in secure_endpoint_create_fixture_tcp_socketpair()