Searched defs:ServerEnv (Results 1 – 3 of 3) sorted by relevance
54 struct ServerEnv { in BM_UnaryPingPong() struct55 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
369 struct ServerEnv { in BM_PumpUnbalancedUnary_Trickle() struct370 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
183 struct ServerEnv { in UnaryPingPong() struct184 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