Home
last modified time | relevance | path

Searched refs:nCachedElements (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/stoc/source/corereflection/
H A Dlrucache.hxx64 inline LRU_Cache( sal_Int32 nCachedElements = 128 );
96 inline LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::LRU_Cache( sal_Int32 nCachedElements ) in LRU_Cache() argument
100 : _nCachedElements( nCachedElements ) in LRU_Cache()
/aoo4110/main/stoc/source/tdmanager/
H A Dlrucache.hxx65 inline LRU_Cache( sal_Int32 nCachedElements = 128 );
97 inline LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::LRU_Cache( sal_Int32 nCachedElements ) in LRU_Cache() argument
101 : _nCachedElements( nCachedElements ) in LRU_Cache()

Completed in 12 milliseconds