Home
last modified time | relevance | path

Searched defs:GetNext (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/ut/
Dut_ResArrayTypes.h58 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function
59 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
Dut_ResArray.h49 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function
50 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
71 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
127 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function
128 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
146 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
Dut_LinkList.h58 Self* GetNext() const { return m_pNext; } in GetNext() function
730 pointer GetNext(pointer p) in GetNext() function
738 const_pointer GetNext(const_pointer p) const in GetNext() function