Searched refs:apparentAge (Results 1 – 1 of 1) sorted by relevance
284 … double apparentAge = std::isfinite(dateValue) ? std::max(0., m_responseTimestamp - dateValue) : 0; in currentAge() local286 …ble correctedReceivedAge = std::isfinite(ageValue) ? std::max(apparentAge, ageValue) : apparentAge; in currentAge()