Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/health/v1/
Dhealth.upb.h84 UPB_INLINE int32_t grpc_health_v1_HealthCheckResponse_status(const grpc_health_v1_HealthCheckRespon… in grpc_health_v1_HealthCheckResponse_status() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc240 int32_t status = grpc_health_v1_HealthCheckResponse_status(response_struct); in DecodeResponse()