Searched refs:iMap (Results 1 – 3 of 3) sorted by relevance
80 ListenerMap::iterator iMap; in RemoveListener() local82 for (iMap=maListenerMap.begin(); iMap!=maListenerMap.end(); ++iMap) in RemoveListener()84 for (iList=iMap->second.begin(); iList!=iMap->second.end(); ++iList) in RemoveListener()88 iMap->second.erase(iList); in RemoveListener()134 ListenerMap::const_iterator iMap (maListenerMap.find(rEvent.Type)); in NotifyListeners() local135 if (iMap != maListenerMap.end()) in NotifyListeners()139 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()144 iMap = maListenerMap.find(OUString()); in NotifyListeners()145 if (iMap != maListenerMap.end()) in NotifyListeners()149 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()[all …]
131 GraphiteSegMap::iterator iMap = in getSegment() local134 if (iMap != m_segMap.end()) in getSegment()136 found = iMap->second; in getSegment()140 iMap = m_segMap.find(reinterpret_cast<long>(layoutArgs.mpStr)); in getSegment()141 if (iMap != m_segMap.end()) in getSegment()143 found = iMap->second; in getSegment()
146 GraphiteSegMap::iterator iMap = in cacheSegment() local148 if (iMap != m_segMap.end()) in cacheSegment()152 GrSegRecord * found = iMap->second; in cacheSegment()