Searched defs:ServerEnv (Results 1 – 2 of 2) sorted by relevance
55 struct ServerEnv { in BM_UnaryPingPong() struct56 ServerContext ctx; in BM_UnaryPingPong()57 EchoRequest recv_request; in BM_UnaryPingPong()58 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in BM_UnaryPingPong()59 ServerEnv() : response_writer(&ctx) {} in BM_UnaryPingPong() function
195 struct ServerEnv { in UnaryPingPong() struct196 ServerContext ctx; in UnaryPingPong()197 EchoRequest recv_request; in UnaryPingPong()198 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in UnaryPingPong()199 ServerEnv() : response_writer(&ctx) {} in UnaryPingPong() function