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