Searched refs:_mapData (Results 1 – 1 of 1) sorted by relevance
150 lookup != _mapData.m_aModListeners.end(); in lcl_registerMapModificationListener()157 _mapData.m_aModListeners.push_back( &_listener ); in lcl_registerMapModificationListener()163 for ( MapListeners::iterator lookup = _mapData.m_aModListeners.begin(); in lcl_revokeMapModificationListener()164 lookup != _mapData.m_aModListeners.end(); in lcl_revokeMapModificationListener()170 _mapData.m_aModListeners.erase( lookup ); in lcl_revokeMapModificationListener()178 static void lcl_notifyMapDataListeners_nothrow( const MapData& _mapData ) in lcl_notifyMapDataListeners_nothrow() argument181 loop != _mapData.m_aModListeners.end(); in lcl_notifyMapDataListeners_nothrow()271 ,m_rMapData( _mapData ) in MapEnumerator()273 ,m_mapPos( _mapData.m_pValues->begin() ) in MapEnumerator()326 ,m_pMapDataCopy( _isolated ? new MapData( _mapData ) : NULL ) in MapEnumeration()[all …]
Completed in 24 milliseconds