Lines Matching refs:rKey
76 inline t_Val getValue( const t_Key & rKey ) const;
82 inline void setValue( const t_Key & rKey, const t_Val & rValue );
88 inline sal_Bool hasValue( const t_Key & rKey ) const;
146 inline sal_Bool LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::hasValue( const t_Key & rKey ) co… in hasValue()
149 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in hasValue()
154 inline t_Val LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::getValue( const t_Key & rKey ) const in getValue()
157 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in getValue()
174 const t_Key & rKey, const t_Val & rValue ) in setValue() argument
179 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in setValue()
194 _aKey2Element[ pEntry->aKey = rKey ] = pEntry; in setValue()
229 size_t operator()( const ::rtl::OUString & rKey ) const in operator ()()
230 { return rKey.hashCode(); } in operator ()()