Home
last modified time | relevance | path

Searched refs:GetEndReverseIter (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundPlayer.h468 itr != m_SoundList.GetEndReverseIter(); in ForEachSound()
514 itr != m_PriorityList.GetEndReverseIter(); in ForEachSoundPriorityOrder()
Dsnd_ExternalSoundPlayer.h85 itr != m_SoundList.GetEndReverseIter(); in ForEachSound()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_VoiceManager.cpp180 while ( itr != m_PrioVoiceList.GetEndReverseIter() ) in AppendVoiceList()
/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h867 …reverse_iterator GetEndReverseIter() { return this->rend(); } //!< @details :pri… in GetEndReverseIter() function
868 …const_reverse_iterator GetEndReverseIter() const { return this->rend(); } //!< @details :pri… in GetEndReverseIter() function
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp130 …pPane->GetChildList().GetBeginReverseIter(); it != pPane->GetChildList().GetEndReverseIter(); ++it) in FindHitPane()