Searched refs:CachedStart (Results 1 – 1 of 1) sorted by relevance
254 IndexT CachedStart = IndexT(); variable259 CachedStart = IndexT(); in setToEnd()268 CachedStart = MapIterator.start(); in resetCache()280 if (Index < CachedStart) in advanceTo()283 OffsetIntoMapIterator = Index - CachedStart; in advanceTo()296 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==297 std::tie(RHS.OffsetIntoMapIterator, RHS.CachedStart,305 IndexT operator*() const { return CachedStart + OffsetIntoMapIterator; }308 if (CachedStart + OffsetIntoMapIterator < CachedStop) {