Home
last modified time | relevance | path

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

/aoo42x/main/stoc/source/corereflection/
H A Dlrucache.hxx52 t_Key2Element _aKey2Element; member in LRU_Cache
149 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in hasValue()
150 return (iFind != _aKey2Element.end()); in hasValue()
157 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in getValue()
158 if (iFind != _aKey2Element.end()) in getValue()
179 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in setValue()
182 if (iFind == _aKey2Element.end()) in setValue()
193 _aKey2Element.erase( pEntry->aKey ); in setValue()
194 _aKey2Element[ pEntry->aKey = rKey ] = pEntry; in setValue()
214 _aKey2Element.clear(); in clear()
/aoo42x/main/stoc/source/tdmanager/
H A Dlrucache.hxx53 t_Key2Element _aKey2Element; member in LRU_Cache
152 typename t_Key2Element::const_iterator const iFind( _aKey2Element.find( rKey ) ); in hasValue()
153 return (iFind != _aKey2Element.end()); in hasValue()
161 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in getValue()
162 if (iFind != _aKey2Element.end()) in getValue()
183 typename t_Key2Element::const_iterator const iFind( _aKey2Element.find( rKey ) ); in setValue()
186 if (iFind == _aKey2Element.end()) in setValue()
197 _aKey2Element.erase( pEntry->aKey ); in setValue()
198 _aKey2Element[ pEntry->aKey = rKey ] = pEntry; in setValue()
218 _aKey2Element.clear(); in clear()

Completed in 14 milliseconds