Searched refs:lastActiveRanges_ (Results 1 – 3 of 3) sorted by relevance
82 const auto lastFrom = lastActiveRanges_[0].first; in HasOverlapWithLastActiveRange()83 const auto lastTo = lastActiveRanges_[0].second; in HasOverlapWithLastActiveRange()102 const auto rangeStart = lastActiveRanges_[0].first; in FetchMoreKeysTTypes()103 const auto rangeEnd = lastActiveRanges_[0].second; in FetchMoreKeysTTypes()525 lastActiveRanges_[1] = lastActiveRanges_[0]; in SetLastActiveRange()526 lastActiveRanges_[0] = { from, to }; in SetLastActiveRange()822 uint32_t last[2] = { lastActiveRanges_[0].first, lastActiveRanges_[0].second }; in GetDistanceFromRange()823 uint32_t prev[2] = { lastActiveRanges_[1].first, lastActiveRanges_[1].second }; in GetDistanceFromRange()
162 std::pair<uint32_t, uint32_t> GetLastActiveRange() { return lastActiveRanges_[0]; }; in GetLastActiveRange()292 std::pair<uint32_t, uint32_t> lastActiveRanges_[2] = { { 0, 0 }, { 0, 0 } }; variable
834 caches.lastActiveRanges_[0].first = 10;835 caches.lastActiveRanges_[0].second = 30;836 caches.lastActiveRanges_[1].first = 20;843 caches.lastActiveRanges_[0].first = 10;844 caches.lastActiveRanges_[0].second = 30;845 caches.lastActiveRanges_[1].second = 20;