Searched refs:IBTUCache (Results 1 – 4 of 4) sorted by relevance
2019 if (IBTUCache.size() < MagicCacheSize) in getInBeforeInTUCache()2020 return IBTUCache[Key]; in getInBeforeInTUCache()2023 InBeforeInTUCache::iterator I = IBTUCache.find(Key); in getInBeforeInTUCache()2024 if (I != IBTUCache.end()) in getInBeforeInTUCache()
1948 if (IBTUCache.size() < MagicCacheSize) in getInBeforeInTUCache()1949 return IBTUCache[Key]; in getInBeforeInTUCache()1952 InBeforeInTUCache::iterator I = IBTUCache.find(Key); in getInBeforeInTUCache()1953 if (I != IBTUCache.end()) in getInBeforeInTUCache()
681 mutable InBeforeInTUCache IBTUCache; variable
761 mutable InBeforeInTUCache IBTUCache; variable