Home
last modified time | relevance | path

Searched refs:GetIteratorFromPointer (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_LinkList.h276 static iterator GetIteratorFromPointer(pointer p) in GetIteratorFromPointer() function
282 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer() function
782 static iterator GetIteratorFromPointer(Node *p) in GetIteratorFromPointer() function
785 return iterator(Base::GetIteratorFromPointer(p)); in GetIteratorFromPointer()
787 static const_iterator GetIteratorFromPointer(const Node *p) in GetIteratorFromPointer() function
790 return const_iterator(Base::GetIteratorFromPointer(p)); in GetIteratorFromPointer()
800 static iterator GetIteratorFromPointer(pointer p) in GetIteratorFromPointer() function
803 return GetIteratorFromPointer(GetNodeFromPointer(p)); in GetIteratorFromPointer()
805 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer() function
808 return GetIteratorFromPointer(GetNodeFromPointer(p)); in GetIteratorFromPointer()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_VoiceManager.cpp202 m_PrioVoiceList.GetIteratorFromPointer( voice ), in ChangeVoicePriority()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp180 PaneList::Iterator nextIt = PaneList::GetIteratorFromPointer(pPane->m_Link.GetNext()); in GetNextPane()
Dlyt_Pane.cpp401 InsertChild(m_ChildList.GetIteratorFromPointer(pNext), pChild); in InsertChild()