Searched refs:senv (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_unary_ping_pong.h | 88 ServerEnv* senv = server_env[slot]; in BM_UnaryPingPong() local 89 ServerContextMutator svr_ctx_mut(&senv->ctx); in BM_UnaryPingPong() 90 senv->response_writer.Finish(send_response, Status::OK, tag(3)); in BM_UnaryPingPong() 100 senv->~ServerEnv(); in BM_UnaryPingPong() 101 senv = new (senv) ServerEnv(); in BM_UnaryPingPong() 102 service.RequestEcho(&senv->ctx, &senv->recv_request, &senv->response_writer, in BM_UnaryPingPong()
|
D | bm_fullstack_trickle.cc | 402 ServerEnv* senv = server_env[slot]; in BM_PumpUnbalancedUnary_Trickle() local 403 senv->response_writer.Finish(send_response, Status::OK, tag(3)); in BM_PumpUnbalancedUnary_Trickle() 414 senv->~ServerEnv(); in BM_PumpUnbalancedUnary_Trickle() 415 senv = new (senv) ServerEnv(); in BM_PumpUnbalancedUnary_Trickle() 416 service.RequestEcho(&senv->ctx, &senv->recv_request, &senv->response_writer, in BM_PumpUnbalancedUnary_Trickle()
|
/external/grpc-grpc/test/cpp/performance/ |
D | writes_per_rpc_test.cc | 215 ServerEnv* senv = server_env[slot]; in UnaryPingPong() local 216 senv->response_writer.Finish(send_response, Status::OK, tag(3)); in UnaryPingPong() 226 senv->~ServerEnv(); in UnaryPingPong() 227 senv = new (senv) ServerEnv(); in UnaryPingPong() 228 service.RequestEcho(&senv->ctx, &senv->recv_request, &senv->response_writer, in UnaryPingPong()
|