Lines Matching refs:response_
79 response_(), in ClientRpcContextUnaryImpl()
96 response_reader_->Finish(&response_, &status_, in RunNextState()
103 callback_(status_, &response_, entry); in RunNextState()
124 ResponseType response_; member in grpc::testing::ClientRpcContextUnaryImpl
350 response_(), in ClientRpcContextStreamingPingPongImpl()
393 stream_->Read(&response_, ClientRpcContext::tag(this)); in RunNextState()
398 callback_(status_, &response_); in RunNextState()
439 ResponseType response_; member in grpc::testing::ClientRpcContextStreamingPingPongImpl
535 response_(), in ClientRpcContextStreamingFromClientImpl()
594 ResponseType response_; member in grpc::testing::ClientRpcContextStreamingFromClientImpl
615 stream_ = prepare_req_(stub_, &context_, &response_, cq); in StartInternal()
666 response_(), in ClientRpcContextStreamingFromServerImpl()
685 stream_->Read(&response_, ClientRpcContext::tag(this)); in RunNextState()
692 callback_(status_, &response_); in RunNextState()
714 ResponseType response_; member in grpc::testing::ClientRpcContextStreamingFromServerImpl
780 response_(), in ClientRpcContextGenericStreamingImpl()
818 stream_->Read(&response_, ClientRpcContext::tag(this)); in RunNextState()
823 callback_(status_, &response_); in RunNextState()
859 ByteBuffer response_; member in grpc::testing::ClientRpcContextGenericStreamingImpl