Home
last modified time | relevance | path

Searched refs:MakeEndpoints (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc146 : EndpointPairFixture(service, MakeEndpoints(stats)), stats_(stats) {} in InProcessCHTTP2()
159 static grpc_endpoint_pair MakeEndpoints(grpc_passthru_endpoint_stats* stats) { in MakeEndpoints() function in grpc::testing::InProcessCHTTP2
/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h277 : EndpointPairFixture(service, MakeEndpoints(stats), in InProcessCHTTP2WithExplicitStats()
297 static grpc_endpoint_pair MakeEndpoints(grpc_passthru_endpoint_stats* stats) { in MakeEndpoints() function
Dbm_fullstack_trickle.cc84 : EndpointPairFixture(service, MakeEndpoints(kilobits_per_second, stats), in TrickledCHTTP2()
214 static grpc_endpoint_pair MakeEndpoints(size_t kilobits, in MakeEndpoints() function in grpc::testing::TrickledCHTTP2