Searched refs:IBTUCache (Results 1 – 2 of 2) 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()
681 mutable InBeforeInTUCache IBTUCache; variable