Searched refs:isItemCacheValid (Results 1 – 3 of 3) sorted by relevance
49 if (isItemCacheValid()) in isEmpty()57 if (isItemCacheValid()) in hasExactlyOneItem()
375 if (!isItemCacheValid()) in isLastItemCloserThanLastOrCachedItem()383 ASSERT(isItemCacheValid()); in isFirstItemCloserThanCachedItem()415 if (isItemCacheValid() && cachedItemOffset() == offset) in item()432 …} else if (!isItemCacheValid() || isFirstItemCloserThanCachedItem(offset) || (overridesItemAfter()… in item()
107 ALWAYS_INLINE bool isItemCacheValid() const { return m_isItemCacheValid; } in isItemCacheValid() function