Searched refs:echo_stub_ (Results 1 – 1 of 1) sorted by relevance
138 echo_stub_ = grpc::testing::EchoTestService::NewStub(channel); in ResetStubs()147 Status s = echo_stub_->Echo(&context, request, &response); in SendSuccessfulEcho()161 Status s = echo_stub_->Echo(&context, request, &response); in SendFailedEcho()193 std::unique_ptr<grpc::testing::EchoTestService::Stub> echo_stub_; member in grpc::testing::ChannelzServerTest