Home | History | Annotate | Download | only in Basic

Lines Matching refs:IBTUCache

1885   if (IBTUCache.size() < MagicCacheSize)
1886 return IBTUCache[Key];
1889 InBeforeInTUCache::iterator I = IBTUCache.find(Key);
1890 if (I != IBTUCache.end())