Searched refs:CacheEntry (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sd/source/ui/slidesorter/cache/ |
| H A D | SlsBitmapCache.cxx | 50 class BitmapCache::CacheEntry class in sd::slidesorter::cache::BitmapCache 53 CacheEntry(const Bitmap& rBitmap, sal_Int32 nLastAccessTime, bool bIsPrecious); 54 CacheEntry(sal_Int32 nLastAccessTime, bool bIsPrecious); 55 ~CacheEntry (void) {}; in ~CacheEntry() 56 inline void Recycle (const CacheEntry& rEntry); 94 class CacheEntry; 103 : public ::std::hash_map<CacheKey, CacheEntry, CacheHash> 113 ::sd::slidesorter::cache::BitmapCache::CacheEntry> 349 CacheEntry(rPreview, mnCurrentAccessTime++, bIsPrecious)) in SetBitmap() 397 CacheEntry(Bitmap(), mnCurrentAccessTime++, bIsPrecious)) in SetPrecious() [all …]
|
| H A D | SlsBitmapCache.hxx | 62 class CacheEntry; 224 void UpdateCacheSize (const CacheEntry& rKey, CacheOperation eOperation);
|
| /trunk/main/stoc/source/corereflection/ |
| H A D | lrucache.hxx | 41 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() 124 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::toFront( CacheEntry * pEntry ) const in toFront() [all …]
|
| /trunk/main/stoc/source/tdmanager/ |
| H A D | lrucache.hxx | 42 struct CacheEntry struct in LRU_Cache 46 CacheEntry * pPred; argument 47 CacheEntry * pSucc; argument 49 typedef ::std::hash_map< t_Key, CacheEntry *, t_KeyHash, t_KeyEqual > t_Key2Element; 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() [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | print3.cxx | 59 struct CacheEntry struct in ImplPageCache 65 std::vector< CacheEntry > maPages;
|