Lines Matching refs:itr
459 for ( SoundList::ReverseIterator itr = m_SoundList.GetBeginReverseIter(); in ForEachSound() local
460 itr != m_SoundList.GetEndReverseIter(); in ForEachSound()
463 SoundList::ReverseIterator curItr = itr; in ForEachSound()
467 if ( handle.IsAttachedSound() ) itr++; in ForEachSound()
473 for ( SoundList::Iterator itr = m_SoundList.GetBeginIter(); in ForEachSound() local
474 itr != m_SoundList.GetEndIter(); in ForEachSound()
477 SoundList::Iterator curItr = itr++; in ForEachSound()
492 for ( PriorityList::Iterator itr = m_PriorityList.GetBeginIter(); in ForEachSoundPriorityOrder() local
493 itr != m_PriorityList.GetEndIter(); in ForEachSoundPriorityOrder()
496 PriorityList::Iterator curItr = itr++; in ForEachSoundPriorityOrder()
505 for ( PriorityList::ReverseIterator itr = m_PriorityList.GetBeginReverseIter(); in ForEachSoundPriorityOrder() local
506 itr != m_PriorityList.GetEndReverseIter(); in ForEachSoundPriorityOrder()
509 PriorityList::ReverseIterator curItr = itr; in ForEachSoundPriorityOrder()
513 if ( handle.IsAttachedSound() ) itr++; in ForEachSoundPriorityOrder()