Home
last modified time | relevance | path

Searched defs:GetPointer (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_ResArrayTypes.h49 static iter_pointer GetPointer(pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function
50 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function
Dut_ResArray.h46 static iter_pointer GetPointer(pointer ptr) { return ptr; } in GetPointer() function
47 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer() function
69 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer() function
118 static iter_pointer GetPointer(pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function
119 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function