Searched refs:CachedStop (Results 1 – 1 of 1) sorted by relevance
248 IndexT CachedStop = IndexT(); variable253 CachedStop = IndexT(); in setToEnd()262 CachedStop = MapIterator.stop(); in resetCache()272 assert(Index <= CachedStop && "Cannot advance to OOB index"); in advanceTo()289 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==291 RHS.CachedStop);301 if (CachedStart + OffsetIntoMapIterator < CachedStop) {327 while (Index > CachedStop) { in advanceToLowerBound()