Searched refs:num_available_repeat_exhaustions_ (Results 1 – 2 of 2) sorted by relevance
111 num_available_repeat_exhaustions_(repeat_exhaustion_allowance_) { in SustainedLimit()136 num_available_repeat_exhaustions_ = repeat_exhaustion_allowance_; in Apply()137 } else if (--num_available_repeat_exhaustions_ > 0) { in Apply()
194 int64 num_available_repeat_exhaustions_; variable