Searched refs:MakeEndpoints (Results 1 – 3 of 3) sorted by relevance
146 : 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
277 : EndpointPairFixture(service, MakeEndpoints(stats), in InProcessCHTTP2WithExplicitStats()297 static grpc_endpoint_pair MakeEndpoints(grpc_passthru_endpoint_stats* stats) { in MakeEndpoints() function
84 : 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