Home
last modified time | relevance | path

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

/aoo42x/main/stoc/source/corereflection/
H A Dlrucache.hxx48 typedef ::std::hash_map< t_Key, CacheEntry *, t_KeyHash, t_KeyEqual > t_Key2Element; typedef in LRU_Cache
52 t_Key2Element _aKey2Element;
149 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in hasValue()
157 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in getValue()
179 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in setValue()
/aoo42x/main/stoc/source/tdmanager/
H A Dlrucache.hxx49 typedef ::std::hash_map< t_Key, CacheEntry *, t_KeyHash, t_KeyEqual > t_Key2Element; typedef in LRU_Cache
53 t_Key2Element _aKey2Element;
152 typename t_Key2Element::const_iterator const iFind( _aKey2Element.find( rKey ) ); in hasValue()
161 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in getValue()
183 typename t_Key2Element::const_iterator const iFind( _aKey2Element.find( rKey ) ); in setValue()

Completed in 22 milliseconds