Searched refs:GetNext (Results 1 – 6 of 6) sorted by relevance
60 Self* GetNext() const { return m_pNext; } in GetNext() function139 TIt &operator++() { m_pPointer = m_pPointer->GetNext(); return *this; }176 TIt &operator++() { m_pPointer = m_pPointer->GetNext(); return *this; }212 iterator begin() { return iterator(m_BaseNode.GetNext()); } in begin()213 const_iterator begin() const { return const_iterator(m_BaseNode.GetNext()); } in begin()733 pointer GetNext(pointer p) in GetNext() function737 node = node->GetNext(); in GetNext()741 const_pointer GetNext(const_pointer p) const in GetNext() function745 node = node->GetNext(); in GetNext()
60 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function61 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
51 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function52 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function73 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function129 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function130 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function148 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
180 PaneList::Iterator nextIt = PaneList::GetIteratorFromPointer(pPane->m_Link.GetNext()); in GetNextPane()190 return PaneList::GetPointerFromNode(pPane->m_Link.GetNext()); in GetNextPane()
90 while ( NULL != ( pHeapBase = pHeap->GetNext() ) ) in DumpHeapList()
932 return const_cast<Pane*>(list.GetNext(pChild)); in GetNextChild()