Home
last modified time | relevance | path

Searched defs:services_map_ (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.h57 std::map<grpc::string, bool> services_map_; variable
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/health/
Ddefault_health_check_service.h278 std::map<std::string, ServiceData> services_map_; // Guarded by mu_. variable