Home
last modified time | relevance | path

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

/aoo41x/main/stoc/source/security/
H A Dlru_cache.h43 class lru_cache class
64 inline lru_cache() SAL_THROW( () );
69 inline lru_cache( ::std::size_t size ) SAL_THROW( () );
73 inline ~lru_cache() SAL_THROW( () );
108 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::setSize( in setSize()
130 inline lru_cache< t_key, t_val, t_hashKey, t_equalKey >::lru_cache( in lru_cache() function in stoc_sec::lru_cache
139 inline lru_cache< t_key, t_val, t_hashKey, t_equalKey >::lru_cache() SAL_THROW( () ) in lru_cache() function in stoc_sec::lru_cache
146 inline lru_cache< t_key, t_val, t_hashKey, t_equalKey >::~lru_cache() in ~lru_cache()
153 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::toFront( in toFront()
176 inline bool lru_cache< t_key, t_val, t_hashKey, t_equalKey >::has( in has()
[all …]
H A Daccess_controller.cxx422 lru_cache< OUString, PermissionCollection, ::rtl::OUStringHash, equal_to< OUString > >

Completed in 28 milliseconds