Searched refs:ageValue (Results 1 – 1 of 1) sorted by relevance
295 double ageValue = response.age(); in currentAge() local296 …double correctedReceivedAge = std::isfinite(ageValue) ? std::max(apparentAge, ageValue) : apparent… in currentAge()