Lines Matching refs:stub_
66 explicit FakeClient(EchoTestService::StubInterface* stub) : stub_(stub) {} in FakeClient()
73 Status s = stub_->Echo(&context, request, &response); in DoEcho()
87 stub_->RequestStream(&context, &response); in DoRequestStream()
111 stub_->ResponseStream(&context, request); in DoResponseStream()
134 stream = stub_->BidiStream(&context); in DoBidiStream()
158 void ResetStub(EchoTestService::StubInterface* stub) { stub_ = stub; } in ResetStub()
161 EchoTestService::StubInterface* stub_; member in grpc::testing::__anonecd97ab90111::FakeClient
249 stub_ = grpc::testing::EchoTestService::NewStub(channel); in ResetStub()
252 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_; member in grpc::testing::__anonecd97ab90111::MockTest
261 FakeClient client(stub_.get()); in TEST_F()
275 FakeClient client(stub_.get()); in TEST_F()
295 FakeClient client(stub_.get()); in TEST_F()
321 FakeClient client(stub_.get()); in TEST_F()