Lines Matching refs:rKey
77 inline t_Val getValue( t_Key const & rKey ) const;
83 inline void setValue( t_Key const & rKey, t_Val const & rValue );
89 inline sal_Bool hasValue( t_Key const & rKey ) const;
149 t_Key const & rKey ) const in hasValue()
152 typename t_Key2Element::const_iterator const iFind( _aKey2Element.find( rKey ) ); in hasValue()
158 t_Key const & rKey ) const in getValue()
161 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in getValue()
178 t_Key const & rKey, t_Val const & rValue ) in setValue() argument
183 typename t_Key2Element::const_iterator const iFind( _aKey2Element.find( rKey ) ); in setValue()
198 _aKey2Element[ pEntry->aKey = rKey ] = pEntry; in setValue()
232 size_t operator()( ::rtl::OUString const & rKey ) const in operator ()()
233 { return (size_t)rKey.hashCode(); } in operator ()()