Home
last modified time | relevance | path

Searched defs:ServerEnv (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_unary_ping_pong.h54 struct ServerEnv { in BM_UnaryPingPong() struct
55 ServerContext ctx; in BM_UnaryPingPong()
56 EchoRequest recv_request; in BM_UnaryPingPong()
57 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in BM_UnaryPingPong()
58 ServerEnv() : response_writer(&ctx) {} in BM_UnaryPingPong() argument
Dbm_fullstack_trickle.cc367 struct ServerEnv { in BM_PumpUnbalancedUnary_Trickle() struct
368 ServerContext ctx; in BM_PumpUnbalancedUnary_Trickle()
369 EchoRequest recv_request; in BM_PumpUnbalancedUnary_Trickle()
370 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in BM_PumpUnbalancedUnary_Trickle()
371 ServerEnv() : response_writer(&ctx) {} in BM_PumpUnbalancedUnary_Trickle() function
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc167 struct ServerEnv { in UnaryPingPong() struct
168 ServerContext ctx; in UnaryPingPong()
169 EchoRequest recv_request; in UnaryPingPong()
170 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in UnaryPingPong()
171 ServerEnv() : response_writer(&ctx) {} in UnaryPingPong() argument