Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundPlayer.h459 itr != m_SoundList.GetEndReverseIter(); in ForEachSound()
505 itr != m_PriorityList.GetEndReverseIter(); in ForEachSoundPriorityOrder()
Dsnd_ExternalSoundPlayer.h83 itr != m_SoundList.GetEndReverseIter(); in ForEachSound()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_VoiceManager.cpp178 while ( itr != m_PrioVoiceList.GetEndReverseIter() ) in AppendVoiceList()
/NW4C-1.2.23/include/nw/ut/
Dut_LinkList.h864 …reverse_iterator GetEndReverseIter() { return this->rend(); } //!< @details :pri… in GetEndReverseIter() function
865 …const_reverse_iterator GetEndReverseIter() const { return this->rend(); } //!< @details :pri… in GetEndReverseIter() function
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Util.cpp127 …pPane->GetChildList().GetBeginReverseIter(); it != pPane->GetChildList().GetEndReverseIter(); ++it) in FindHitPane()