Lines Matching refs:Entry
45 struct Entry struct in stoc_sec::lru_cache
49 Entry * m_pred; argument
50 Entry * m_succ; argument
52 typedef ::std::hash_map< t_key, Entry *, t_hashKey, t_equalKey > t_key2element;
56 Entry * m_block;
57 mutable Entry * m_head;
58 mutable Entry * m_tail;
59 inline void toFront( Entry * entry ) const SAL_THROW( () );
118 m_block = new Entry[ m_size ]; in setSize()
154 Entry * entry ) const SAL_THROW( () ) in toFront()
192 Entry * entry = iFind->second; in lookup()
217 Entry * entry; in set()