Searched refs:CachedStart (Results 1 – 1 of 1) sorted by relevance
247 IndexT CachedStart = IndexT(); variable252 CachedStart = IndexT(); in setToEnd()261 CachedStart = MapIterator.start(); in resetCache()273 if (Index < CachedStart) in advanceTo()276 OffsetIntoMapIterator = Index - CachedStart; in advanceTo()289 return std::tie(OffsetIntoMapIterator, CachedStart, CachedStop) ==290 std::tie(RHS.OffsetIntoMapIterator, RHS.CachedStart,298 IndexT operator*() const { return CachedStart + OffsetIntoMapIterator; }301 if (CachedStart + OffsetIntoMapIterator < CachedStop) {