Searched refs:GetNext (Results 1 – 6 of 6) sorted by relevance
58 Self* GetNext() const { return m_pNext; } in GetNext() function137 TIt &operator++() { m_pPointer = m_pPointer->GetNext(); return *this; }174 TIt &operator++() { m_pPointer = m_pPointer->GetNext(); return *this; }210 iterator begin() { return iterator(m_BaseNode.GetNext()); } in begin()211 const_iterator begin() const { return const_iterator(m_BaseNode.GetNext()); } in begin()730 pointer GetNext(pointer p) in GetNext() function734 node = node->GetNext(); in GetNext()738 const_pointer GetNext(const_pointer p) const in GetNext() function742 node = node->GetNext(); in GetNext()
58 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function59 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
49 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function50 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function71 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function127 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function128 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function146 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
177 PaneList::Iterator nextIt = PaneList::GetIteratorFromPointer(pPane->m_Link.GetNext()); in GetNextPane()187 return PaneList::GetPointerFromNode(pPane->m_Link.GetNext()); in GetNextPane()
88 while ( NULL != ( pHeapBase = pHeap->GetNext() ) ) in DumpHeapList()
930 return const_cast<Pane*>(list.GetNext(pChild)); in GetNextChild()