Home
last modified time | relevance | path

Searched refs:response_reader (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/examples/cpp/helloworld/
Dgreeter_async_client2.cc60 call->response_reader = in SayHello()
64 call->response_reader->StartCall(); in SayHello()
69 call->response_reader->Finish(&call->reply, &call->status, (void*)call); in SayHello()
113 std::unique_ptr<ClientAsyncResponseReader<HelloReply>> response_reader; member
/third_party/grpc/test/cpp/end2end/
Dnonblocking_test.cc137 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in SendRpc() local
140 response_reader->StartCall(); in SendRpc()
141 response_reader->Finish(&recv_response, &recv_status, tag(4)); in SendRpc()
Dasync_end2end_test.cc320 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in SendRpc() local
326 response_reader->Finish(&recv_response, &recv_status, tag(4)); in SendRpc()
373 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in TEST_P() local
380 response_reader->Finish(&recv_response, &recv_status, tag(4)); in TEST_P()
477 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in TEST_P() local
489 response_reader->Finish(&recv_response, &recv_status, tag(4)); in TEST_P()
518 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in TEST_P() local
533 response_reader->Finish(&recv_response, &recv_status, tag(4)); in TEST_P()
937 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in TEST_P() local
939 response_reader->Finish(&recv_response, &recv_status, tag(4)); in TEST_P()
[all …]
Dcfstream_test.cc189 call->response_reader = in SendAsyncRpc()
192 call->response_reader->StartCall(); in SendAsyncRpc()
193 call->response_reader->Finish(&call->reply, &call->status, (void*)call); in SendAsyncRpc()
241 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader; member
Draw_end2end_test.cc176 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in TEST_F() local
180 response_reader->Finish(&recv_response_, &recv_status_, tag(4)); in TEST_F()
201 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in TEST_F() local
205 response_reader->Finish(&recv_response_, &recv_status_, tag(4)); in TEST_F()
Dthread_stress_test.cc363 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader; member
371 call->response_reader = in AsyncSendRpc()
373 call->response_reader->Finish(&call->response, &call->status, in AsyncSendRpc()
Dinterceptors_util.cc109 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in MakeAsyncCQCall() local
111 response_reader->Finish(&recv_response, &recv_status, tag(1)); in MakeAsyncCQCall()
Dserver_interceptors_end2end_test.cc381 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in TEST_F() local
387 response_reader->Finish(&recv_response, &recv_status, tag(4)); in TEST_F()
633 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in TEST_F() local
636 response_reader->Finish(&recv_response, &recv_status, tag(4)); in TEST_F()
/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_unary_ping_pong.h79 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in BM_UnaryPingPong()
81 response_reader->Finish(&recv_response, &recv_status, tag(4)); in BM_UnaryPingPong()
Dbm_fullstack_trickle.cc391 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in BM_PumpUnbalancedUnary_Trickle() local
395 response_reader->Finish(&recv_response, &recv_status, tag(4)); in BM_PumpUnbalancedUnary_Trickle()
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc190 std::unique_ptr<ClientAsyncResponseReader<EchoResponse>> response_reader( in UnaryPingPong() local
194 response_reader->Finish(&recv_response, &recv_status, tag(4)); in UnaryPingPong()