Searched refs:CachedStop (Results 1 – 1 of 1) sorted by relevance
255 IndexT CachedStop = IndexT(); variable260 CachedStop = IndexT(); in setToEnd()269 CachedStop = MapIterator.stop(); in resetCache()279 assert(Index <= CachedStop && "Cannot advance to OOB index"); in advanceTo()296 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==298 RHS.CachedStop);308 if (CachedStart + OffsetIntoMapIterator < CachedStop) {334 while (Index > CachedStop) { in advanceToLowerBound()