Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/
H A Dfullstack_unary_ping_pong.h55 struct ServerEnv { in BM_UnaryPingPong() struct
56 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
/aosp_15_r20/external/grpc-grpc/test/cpp/performance/
H A Dwrites_per_rpc_test.cc195 struct ServerEnv { in UnaryPingPong() struct
196 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