Lines Matching refs:itr
458 for ( SoundList::ReverseIterator itr = m_SoundList.GetBeginReverseIter(); in ForEachSound() local
459 itr != m_SoundList.GetEndReverseIter(); in ForEachSound()
462 SoundList::ReverseIterator curItr = itr; in ForEachSound()
466 if ( handle.IsAttachedSound() ) itr++; in ForEachSound()
472 for ( SoundList::Iterator itr = m_SoundList.GetBeginIter(); in ForEachSound() local
473 itr != m_SoundList.GetEndIter(); in ForEachSound()
476 SoundList::Iterator curItr = itr++; in ForEachSound()
491 for ( PriorityList::Iterator itr = m_PriorityList.GetBeginIter(); in ForEachSoundPriorityOrder() local
492 itr != m_PriorityList.GetEndIter(); in ForEachSoundPriorityOrder()
495 PriorityList::Iterator curItr = itr++; in ForEachSoundPriorityOrder()
504 for ( PriorityList::ReverseIterator itr = m_PriorityList.GetBeginReverseIter(); in ForEachSoundPriorityOrder() local
505 itr != m_PriorityList.GetEndReverseIter(); in ForEachSoundPriorityOrder()
508 PriorityList::ReverseIterator curItr = itr; in ForEachSoundPriorityOrder()
512 if ( handle.IsAttachedSound() ) itr++; in ForEachSoundPriorityOrder()