Searched refs:CacheItem (Results 1 – 3 of 3) sorted by relevance
67 for (auto &CacheItem : CacheMap) { in readBytes() local71 if (CacheItem.first == Offset) in readBytes()75 if (CacheItem.first >= Offset + Size) in readBytes()80 if (CacheItem.second.empty()) in readBytes()83 auto CachedAlloc = CacheItem.second.back(); in readBytes()87 std::make_pair(CacheItem.first, CacheItem.first + CachedAlloc.size()); in readBytes()
112 for (auto &CacheItem : CacheMap) { in readBytes() local116 if (CacheItem.first == Offset) in readBytes()120 if (CacheItem.first >= Offset + Size) in readBytes()125 if (CacheItem.second.empty()) in readBytes()128 auto CachedAlloc = CacheItem.second.back(); in readBytes()132 std::make_pair(CacheItem.first, CacheItem.first + CachedAlloc.size()); in readBytes()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...