Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.h140 grpc_closure after_call_stack_destruction_; variable
Dhealth_check_client.cc299 GRPC_CLOSURE_INIT(&after_call_stack_destruction_, AfterCallStackDestruction, in StartCall()
301 call_->SetAfterCallStackDestroy(&after_call_stack_destruction_); in StartCall()