Searched refs:t_Key2Element (Results 1 – 2 of 2) sorted by relevance
48 typedef ::std::hash_map< t_Key, CacheEntry *, t_KeyHash, t_KeyEqual > t_Key2Element; typedef in LRU_Cache52 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()
49 typedef ::std::hash_map< t_Key, CacheEntry *, t_KeyHash, t_KeyEqual > t_Key2Element; typedef in LRU_Cache53 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 13 milliseconds