Searched refs:hotCacheIter (Results 1 – 1 of 1) sorted by relevance
512 for (auto hotCacheIter = mHotCache.begin(); hotCacheIter != mHotCache.end();) { in finish() local513 uint32_t entryHash = hotCacheIter->first; in finish()514 MultifileHotCache entry = hotCacheIter->second; in finish()519 mHotCache.erase(hotCacheIter++); in finish()669 for (auto hotCacheIter = mHotCache.begin(); hotCacheIter != mHotCache.end();) { in addToHotCache() local670 uint32_t oldEntryHash = hotCacheIter->first; in addToHotCache()671 MultifileHotCache oldEntry = hotCacheIter->second; in addToHotCache()674 hotCacheIter++; in addToHotCache()