Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.h90 static void AfterCallStackDestruction(void* arg, grpc_error* error);
Dhealth_check_client.cc299 GRPC_CLOSURE_INIT(&after_call_stack_destruction_, AfterCallStackDestruction, in StartCall()
401 void HealthCheckClient::CallState::AfterCallStackDestruction( in AfterCallStackDestruction() function in grpc_core::HealthCheckClient::CallState