Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_ResArrayTypes.h51 static iter_pointer GetPointer(pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function
52 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function
Dut_ResArray.h48 static iter_pointer GetPointer(pointer ptr) { return ptr; } in GetPointer() function
49 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer() function
71 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer() function
120 static iter_pointer GetPointer(pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function
121 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function