Searched refs:KeyedValues (Results 1 – 1 of 1) sorted by relevance
99 typedef ::std::map< Any, Any, LessPredicateAdapter > KeyedValues; typedef104 ::std::auto_ptr< KeyedValues > m_pValues;117 ,m_pValues( new KeyedValues( *_source.m_pValues ) ) in MapData()304 KeyedValues::const_iterator m_mapPos;413 m_aData.m_pValues.reset( new KeyedValues( *m_aData.m_pKeyCompare ) ); in initialize()608 KeyedValues::const_iterator pos = m_aData.m_pValues->find( _key ); in containsKey()618 for ( KeyedValues::const_iterator mapping = m_aData.m_pValues->begin(); in containsValue()635 KeyedValues::const_iterator pos = m_aData.m_pValues->find( _key ); in get()652 KeyedValues::iterator pos = m_aData.m_pValues->find( _key ); in put()677 KeyedValues::iterator pos = m_aData.m_pValues->find( _key ); in remove()
Completed in 16 milliseconds