Home
last modified time | relevance | path

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

/external/grpc-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() function
Dbm_fullstack_trickle.cc369 struct ServerEnv { in BM_PumpUnbalancedUnary_Trickle() struct
370 ServerContext ctx; in BM_PumpUnbalancedUnary_Trickle()
371 EchoRequest recv_request; in BM_PumpUnbalancedUnary_Trickle()
372 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in BM_PumpUnbalancedUnary_Trickle()
373 ServerEnv() : response_writer(&ctx) {} in BM_PumpUnbalancedUnary_Trickle() function
/external/grpc-grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc183 struct ServerEnv { in UnaryPingPong() struct
184 ServerContext ctx; in UnaryPingPong()
185 EchoRequest recv_request; in UnaryPingPong()
186 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in UnaryPingPong()
187 ServerEnv() : response_writer(&ctx) {} in UnaryPingPong() argument