Searched defs:GetNext (Results 1 – 3 of 3) sorted by relevance
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
60 Self* GetNext() const { return m_pNext; } in GetNext() function733 pointer GetNext(pointer p) in GetNext() function741 const_pointer GetNext(const_pointer p) const in GetNext() function