Searched refs:IBTUCache (Results 1 – 2 of 2) sorted by relevance
2004 if (IBTUCache.size() < MagicCacheSize) in getInBeforeInTUCache()2005 return IBTUCache[Key]; in getInBeforeInTUCache()2008 InBeforeInTUCache::iterator I = IBTUCache.find(Key); in getInBeforeInTUCache()2009 if (I != IBTUCache.end()) in getInBeforeInTUCache()
666 mutable InBeforeInTUCache IBTUCache; variable