Searched refs:CachedStart (Results 1 – 1 of 1) sorted by relevance
255 IndexT CachedStart = IndexT(); variable260 CachedStart = IndexT(); in setToEnd()269 CachedStart = MapIterator.start(); in resetCache()281 if (Index < CachedStart) in advanceTo()284 OffsetIntoMapIterator = Index - CachedStart; in advanceTo()297 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==298 std::tie(RHS.OffsetIntoMapIterator, RHS.CachedStart,306 IndexT operator*() const { return CachedStart + OffsetIntoMapIterator; }309 if (CachedStart + OffsetIntoMapIterator < CachedStop) {