Home
last modified time | relevance | path

Searched refs:grpc_passthru_endpoint_stats_create (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/core/util/
Dpassthru_endpoint.h39 grpc_passthru_endpoint_stats* grpc_passthru_endpoint_stats_create();
Dpassthru_endpoint.cc206 m->stats = grpc_passthru_endpoint_stats_create(); in grpc_passthru_endpoint_create()
218 grpc_passthru_endpoint_stats* grpc_passthru_endpoint_stats_create() { in grpc_passthru_endpoint_stats_create() function
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc262 grpc_passthru_endpoint_stats_create())); in BM_PumpStreamServerToClient_Trickle()
356 grpc_passthru_endpoint_stats_create())); in BM_PumpUnbalancedUnary_Trickle()
Dfullstack_fixtures.h294 grpc_passthru_endpoint_stats_create(), in InProcessCHTTP2WithExplicitStats() argument
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc156 new InProcessCHTTP2(&service, grpc_passthru_endpoint_stats_create())); in UnaryPingPong()