Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_ResArrayTypes.h60 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function
61 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
Dut_ResArray.h51 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function
52 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
73 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
129 static pointer GetNext(pointer ptr) { return ptr + 1; } in GetNext() function
130 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
148 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext() function
Dut_LinkList.h60 Self* GetNext() const { return m_pNext; } in GetNext() function
733 pointer GetNext(pointer p) in GetNext() function
741 const_pointer GetNext(const_pointer p) const in GetNext() function