Searched refs:IBTUCache (Results 1 – 2 of 2) sorted by relevance
1885 if (IBTUCache.size() < MagicCacheSize) in getInBeforeInTUCache()1886 return IBTUCache[Key]; in getInBeforeInTUCache()1889 InBeforeInTUCache::iterator I = IBTUCache.find(Key); in getInBeforeInTUCache()1890 if (I != IBTUCache.end()) in getInBeforeInTUCache()
658 mutable InBeforeInTUCache IBTUCache; variable