Searched refs:current_retry_attempt (Results 1 – 2 of 2) sorted by relevance
36 int64 ComputeBackoffMicroseconds(int current_retry_attempt, int64 min_delay, in ComputeBackoffMicroseconds() argument38 DCHECK_GE(current_retry_attempt, 0); in ComputeBackoffMicroseconds()55 while (current_retry_attempt > 0 && in ComputeBackoffMicroseconds()57 current_retry_attempt--; in ComputeBackoffMicroseconds()
37 int64 ComputeBackoffMicroseconds(int current_retry_attempt,