Searched refs:svr_ctx (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_streaming_ping_pong.h | 69 ServerContext svr_ctx; in BM_StreamingPingPong() local 70 ServerContextMutator svr_ctx_mut(&svr_ctx); in BM_StreamingPingPong() 71 ServerAsyncReaderWriter<EchoResponse, EchoRequest> response_rw(&svr_ctx); in BM_StreamingPingPong() 72 service.RequestBidiStream(&svr_ctx, &response_rw, fixture->cq(), in BM_StreamingPingPong() 161 ServerContext svr_ctx; in BM_StreamingPingPongMsgs() local 162 ServerContextMutator svr_ctx_mut(&svr_ctx); in BM_StreamingPingPongMsgs() 163 ServerAsyncReaderWriter<EchoResponse, EchoRequest> response_rw(&svr_ctx); in BM_StreamingPingPongMsgs() 164 service.RequestBidiStream(&svr_ctx, &response_rw, fixture->cq(), in BM_StreamingPingPongMsgs() 266 ServerContext svr_ctx; in BM_StreamingPingPongWithCoalescingApi() local 267 ServerContextMutator svr_ctx_mut(&svr_ctx); in BM_StreamingPingPongWithCoalescingApi() [all …]
|
D | fullstack_streaming_pump.h | 51 ServerContext svr_ctx; in BM_PumpStreamClientToServer() local 52 ServerAsyncReaderWriter<EchoResponse, EchoRequest> response_rw(&svr_ctx); in BM_PumpStreamClientToServer() 53 service.RequestBidiStream(&svr_ctx, &response_rw, fixture->cq(), in BM_PumpStreamClientToServer() 120 ServerContext svr_ctx; in BM_PumpStreamServerToClient() local 121 ServerAsyncReaderWriter<EchoResponse, EchoRequest> response_rw(&svr_ctx); in BM_PumpStreamServerToClient() 122 service.RequestBidiStream(&svr_ctx, &response_rw, fixture->cq(), in BM_PumpStreamServerToClient()
|
D | bm_fullstack_trickle.cc | 272 ServerContext svr_ctx; in BM_PumpStreamServerToClient_Trickle() local 273 ServerAsyncReaderWriter<EchoResponse, EchoRequest> response_rw(&svr_ctx); in BM_PumpStreamServerToClient_Trickle() 274 service.RequestBidiStream(&svr_ctx, &response_rw, fixture->cq(), in BM_PumpStreamServerToClient_Trickle()
|