Searched defs:ServerEnv (Results 1 – 2 of 2) sorted by relevance
56 struct ServerEnv { in BM_UnaryPingPong() struct57 ServerContext ctx; in BM_UnaryPingPong()58 EchoRequest recv_request; in BM_UnaryPingPong()59 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in BM_UnaryPingPong()60 ServerEnv() : response_writer(&ctx) {} in BM_UnaryPingPong() argument
199 struct ServerEnv { in UnaryPingPong() struct200 ServerContext ctx; in UnaryPingPong()201 EchoRequest recv_request; in UnaryPingPong()202 grpc::ServerAsyncResponseWriter<EchoResponse> response_writer; in UnaryPingPong()203 ServerEnv() : response_writer(&ctx) {} in UnaryPingPong() function