Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_LinkList.h274 static iterator GetIteratorFromPointer(pointer p) in GetIteratorFromPointer() function
280 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer() function
779 static iterator GetIteratorFromPointer(Node *p) in GetIteratorFromPointer() function
782 return iterator(Base::GetIteratorFromPointer(p)); in GetIteratorFromPointer()
784 static const_iterator GetIteratorFromPointer(const Node *p) in GetIteratorFromPointer() function
787 return const_iterator(Base::GetIteratorFromPointer(p)); in GetIteratorFromPointer()
797 static iterator GetIteratorFromPointer(pointer p) in GetIteratorFromPointer() function
800 return GetIteratorFromPointer(GetNodeFromPointer(p)); in GetIteratorFromPointer()
802 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer() function
805 return GetIteratorFromPointer(GetNodeFromPointer(p)); in GetIteratorFromPointer()
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_VoiceManager.cpp200 m_PrioVoiceList.GetIteratorFromPointer( voice ), in ChangeVoicePriority()
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Util.cpp177 PaneList::Iterator nextIt = PaneList::GetIteratorFromPointer(pPane->m_Link.GetNext()); in GetNextPane()
Dlyt_Pane.cpp399 InsertChild(m_ChildList.GetIteratorFromPointer(pNext), pChild); in InsertChild()