Searched refs:retry_closure_ (Results 1 – 1 of 1) sorted by relevance
841 grpc_closure retry_closure_; member in grpc_core::__anon5e2240680111::RetryingCall3694 GRPC_CLOSURE_INIT(&retry_closure_, CreateLbCall, this, nullptr); in DoRetry()3695 grpc_timer_init(&retry_timer_, next_attempt_time, &retry_closure_); in DoRetry()