Home
last modified time | relevance | path

Searched refs:CacheItem (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp67 for (auto &CacheItem : CacheMap) { in readBytes() local
71 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp112 for (auto &CacheItem : CacheMap) { in readBytes() local
116 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()
/external/guice/extensions/struts2/lib/
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...