Searched refs:IBTUCache (Results 1 – 2 of 2) sorted by relevance
2012 if (IBTUCache.size() < MagicCacheSize) in getInBeforeInTUCache()2013 return IBTUCache[Key]; in getInBeforeInTUCache()2016 InBeforeInTUCache::iterator I = IBTUCache.find(Key); in getInBeforeInTUCache()2017 if (I != IBTUCache.end()) in getInBeforeInTUCache()
682 mutable InBeforeInTUCache IBTUCache; variable