Searched refs:clampToValidCountRange (Results 1 – 2 of 2) sorted by relevance
53 const int count = clampToValidCountRange(newHistoricalInfo->getCount(), headerPolicy); in createUpdatedHistoricalInfo()66 return HistoricalInfo(timestamp, level, clampToValidCountRange(count, headerPolicy)); in createUpdatedHistoricalInfo()166 /* static */ int ForgettingCurveUtils::clampToValidCountRange(const int count, in clampToValidCountRange() function in latinime::ForgettingCurveUtils
108 static int clampToValidCountRange(const int count, const HeaderPolicy *const headerPolicy);