Lines Matching refs:lru_cache
43 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()
184 inline t_val const * lru_cache< t_key, t_val, t_hashKey, t_equalKey >::lookup( in lookup()
210 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::set( in set()
260 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::clear() SAL_THROW( () ) in clear()