Searched refs:tooHigh (Results 1 – 8 of 8) sorted by relevance
299 int tooHigh = (set.isEmpty()) ? 0 : set.last() + 1; in create() local300 set.add(tooHigh); in create()301 return checkedCreate(set).headSet(tooHigh); in create()324 int tooHigh = set.last() + 1; in create() local326 set.add(tooHigh); in create()328 return checkedCreate(set).subSet(tooLow + 1, tooHigh); in create()
326 int tooHigh = (set.isEmpty()) ? 0 : set.last() + 1; in create() local327 set.add(tooHigh); in create()328 return checkedCreate(set).headSet(tooHigh); in create()351 int tooHigh = set.last() + 1; in create() local353 set.add(tooHigh); in create()355 return checkedCreate(set).subSet(tooLow + 1, tooHigh); in create()
109 const float tooHigh = 12.3f; variable116 std::to_string(::utility::binaryCopy<uint32_t>(tooHigh))},
142 || (hasLowerBound() && tooHigh(getLowerEndpoint())); in isEmpty()154 boolean tooHigh(@Nullable T t) { in tooHigh() method in GeneralRange164 return !tooLow(t) && !tooHigh(t); in contains()
410 } else if (range.tooHigh(current.getElement())) {
103 assertFalse(range.tooHigh(i)); in testLowerRange()115 || (ORDERING.compare(i, 3) == 0 && lBoundType == OPEN), range.tooHigh(i));
101 assertFalse(range.tooHigh(i)); in testLowerRange()113 || (ORDERING.compare(i, 3) == 0 && lBoundType == OPEN), range.tooHigh(i));
406 } else if (range.tooHigh(current.getElement())) {