Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc88 class CustomHealthCheckService : public HealthCheckServiceInterface { class
90 explicit CustomHealthCheckService(HealthCheckServiceImpl* impl) in CustomHealthCheckService() function in grpc::testing::__anond27cad4d0111::CustomHealthCheckService
290 new CustomHealthCheckService(&health_check_service_impl_)); in TEST_F()