Lines Matching refs:mapIt
63 ConfigurableElementToSyncerSetMapIterator mapIt; in ~CConfigurableDomain() local
65 for (mapIt = _configurableElementToSyncerSetMap.begin(); in ~CConfigurableDomain()
66 mapIt != _configurableElementToSyncerSetMap.end(); ++mapIt) { in ~CConfigurableDomain()
68 delete mapIt->second; in ~CConfigurableDomain()
605 ConfigurableElementToSyncerSetMapIterator mapIt; in computeSyncSet() local
607 for (mapIt = _configurableElementToSyncerSetMap.begin(); in computeSyncSet()
608 mapIt != _configurableElementToSyncerSetMap.end(); ++mapIt) { in computeSyncSet()
610 const CSyncerSet *pSyncerSet = mapIt->second; in computeSyncSet()
1185 ConfigurableElementToSyncerSetMapIterator mapIt = in getSyncerSet() local
1188 ALWAYS_ASSERT(mapIt != _configurableElementToSyncerSetMap.end(), in getSyncerSet()
1191 return mapIt->second; in getSyncerSet()