Searched refs:CacheItem (Results 1 – 1 of 1) sorted by relevance
109 for (auto &CacheItem : CacheMap) { in readBytes() local113 if (CacheItem.first == Offset) in readBytes()117 if (CacheItem.first >= Offset + Size) in readBytes()122 if (CacheItem.second.empty()) in readBytes()125 auto CachedAlloc = CacheItem.second.back(); in readBytes()129 std::make_pair(CacheItem.first, CacheItem.first + CachedAlloc.size()); in readBytes()