Home
last modified time | relevance | path

Searched refs:CacheEntry (Results 1 – 5 of 5) sorted by path

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx50 class BitmapCache::CacheEntry class in sd::slidesorter::cache::BitmapCache
54 CacheEntry(sal_Int32 nLastAccessTime, bool bIsPrecious);
55 ~CacheEntry (void) {}; in ~CacheEntry()
56 inline void Recycle (const CacheEntry& rEntry);
94 class CacheEntry;
113 ::sd::slidesorter::cache::BitmapCache::CacheEntry>
552 BitmapCache::CacheEntry::CacheEntry( in CacheEntry() function in sd::slidesorter::cache::BitmapCache::CacheEntry
566 BitmapCache::CacheEntry::CacheEntry( in CacheEntry() function in sd::slidesorter::cache::BitmapCache::CacheEntry
581 inline void BitmapCache::CacheEntry::Recycle (const CacheEntry& rEntry) in Recycle()
643 inline void BitmapCache::CacheEntry::Decompress (void) in Decompress()
[all …]
H A DSlsBitmapCache.hxx62 class CacheEntry;
224 void UpdateCacheSize (const CacheEntry& rKey, CacheOperation eOperation);
/trunk/main/stoc/source/corereflection/
H A Dlrucache.hxx41 struct CacheEntry struct in LRU_Cache
45 CacheEntry * pPred; argument
46 CacheEntry * pSucc; argument
48 typedef ::std::hash_map< t_Key, CacheEntry *, t_KeyHash, t_KeyEqual > t_Key2Element;
54 CacheEntry * _pBlock;
55 mutable CacheEntry * _pHead;
56 mutable CacheEntry * _pTail;
57 inline void toFront( CacheEntry * pEntry ) const;
106 _pBlock = new CacheEntry[_nCachedElements]; in LRU_Cache()
160 CacheEntry * pEntry = (*iFind).second; in getValue()
[all …]
/trunk/main/stoc/source/tdmanager/
H A Dlrucache.hxx42 struct CacheEntry struct in LRU_Cache
46 CacheEntry * pPred; argument
47 CacheEntry * pSucc; argument
55 CacheEntry * _pBlock;
56 mutable CacheEntry * _pHead;
57 mutable CacheEntry * _pTail;
58 inline void toFront( CacheEntry * pEntry ) const;
107 _pBlock = new CacheEntry[_nCachedElements]; in LRU_Cache()
126 CacheEntry * pEntry ) const in toFront()
164 CacheEntry * pEntry = (*iFind).second; in getValue()
[all …]
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx59 struct CacheEntry struct in ImplPageCache
65 std::vector< CacheEntry > maPages;

Completed in 55 milliseconds