Searched refs:LRU_Cache (Results 1 – 2 of 2) sorted by relevance
/trunk/main/stoc/source/corereflection/ |
H A D | lrucache.hxx | 39 class LRU_Cache class 64 inline LRU_Cache( sal_Int32 nCachedElements = 128 ); 68 inline ~LRU_Cache(); 96 inline LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::LRU_Cache( sal_Int32 nCachedElements ) in LRU_Cache() function in LRU_Cache 118 inline LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::~LRU_Cache() in ~LRU_Cache() 124 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::toFront( CacheEntry * pEntry ) const in toFront() 146 inline sal_Bool LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::hasValue( const t_Key & rKey ) co… in hasValue() 154 inline t_Val LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::getValue( const t_Key & rKey ) const in getValue() 173 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::setValue( in setValue() 211 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::clear() in clear() [all …]
|
/trunk/main/stoc/source/tdmanager/ |
H A D | lrucache.hxx | 40 class LRU_Cache class 65 inline LRU_Cache( sal_Int32 nCachedElements = 128 ); 69 inline ~LRU_Cache(); 97 inline LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::LRU_Cache( sal_Int32 nCachedElements ) in LRU_Cache() function in LRU_Cache 119 inline LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::~LRU_Cache() in ~LRU_Cache() 125 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::toFront( in toFront() 148 inline sal_Bool LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::hasValue( in hasValue() 157 inline t_Val LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::getValue( in getValue() 177 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::setValue( in setValue() 215 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::clear() in clear() [all …]
|
Completed in 12 milliseconds