Searched defs:IsInRange (Results 1 – 3 of 3) sorted by relevance
32 inline bool IsInRange(int value, int lower_limit, int higher_limit) { in IsInRange() function
150 static bool IsInRange(const vector<pair<int64, int64> >& ranges, in IsInRange() function
58 bool IsInRange(const T& low, const T& high) const { in IsInRange() function