Searched refs:aTableSlotsMap (Results 1 – 2 of 2) sorted by relevance
517 for (TableSlotsMap::iterator iTab( aTableSlotsMap.begin()); in ~ScBroadcastAreaSlotMachine()518 iTab != aTableSlotsMap.end(); ++iTab) in ~ScBroadcastAreaSlotMachine()596 TableSlotsMap::iterator iTab( aTableSlotsMap.find( nTab)); in StartListeningArea()597 if (iTab == aTableSlotsMap.end()) in StartListeningArea()598 iTab = aTableSlotsMap.insert( TableSlotsMap::value_type( in StartListeningArea()649 for (TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in EndListeningArea()650 iTab != aTableSlotsMap.end() && (*iTab).first <= nEndTab; ++iTab) in EndListeningArea()699 TableSlotsMap::const_iterator iTab( aTableSlotsMap.find( rAddress.Tab())); in AreaBroadcast()700 if (iTab == aTableSlotsMap.end()) in AreaBroadcast()717 for (TableSlotsMap::const_iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in AreaBroadcastInRange()[all …]
239 TableSlotsMap aTableSlotsMap; member in ScBroadcastAreaSlotMachine