Searched refs:kTtlFractions (Results 1 – 2 of 2) sorted by relevance
26 constexpr double kTtlFractions[] = {0.80, 0.85, 0.90, 0.95, 1.00}; variable204 attempt_count_ = countof(kTtlFractions) - 1; in Update()236 attempt_count_ = countof(kTtlFractions) - 1; in ExpireSoon()278 OSP_DCHECK(attempt_count_ < countof(kTtlFractions)); in GetNextSendTime()280 double ttl_fraction = kTtlFractions[attempt_count_++]; in GetNextSendTime()283 if (attempt_count_ != countof(kTtlFractions)) { in GetNextSendTime()
129 constexpr double kTtlFractions[] = {0.83, 0.88, 0.93, 0.98, 1.00}; in AdvanceThroughAllTtlFractions() local131 for (double fraction : kTtlFractions) { in AdvanceThroughAllTtlFractions()