Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc167 hc_stub_ = grpc::health::v1::Health::NewStub(channel); in ResetStubs()
185 Status s = hc_stub_->Check(&context, request, &response); in SendHealthCheckRpc()
223 std::unique_ptr<Health::Stub> hc_stub_; member in grpc::testing::__anond27cad4d0111::HealthServiceEnd2endTest