Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_unary_ping_pong.h56 struct ServerEnv { in BM_UnaryPingPong() struct
57 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
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc199 struct ServerEnv { in UnaryPingPong() struct
200 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