Searched refs:CachedStop (Results 1 – 1 of 1) sorted by relevance
256 IndexT CachedStop = IndexT(); variable261 CachedStop = IndexT(); in setToEnd()270 CachedStop = MapIterator.stop(); in resetCache()280 assert(Index <= CachedStop && "Cannot advance to OOB index"); in advanceTo()297 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==299 RHS.CachedStop);309 if (CachedStart + OffsetIntoMapIterator < CachedStop) {335 while (Index > CachedStop) { in advanceToLowerBound()