Searched refs:mCachedIndexInfo (Results 1 – 2 of 2) sorted by relevance
96 mCachedIndexInfo.reset(); in syncState()356 ASSERT(mCachedIndexInfo.valid()); in getCachedIndexInfo()357 return mCachedIndexInfo.value(); in getCachedIndexInfo()362 mCachedIndexInfo = indexInfo; in updateCachedIndexInfo()367 return mCachedIndexInfo.valid(); in isCachedIndexInfoValid()
106 Optional<TranslatedIndexData> mCachedIndexInfo; variable