Searched defs:GetPointer (Results 1 – 2 of 2) sorted by relevance
49 static iter_pointer GetPointer(pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function50 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function
46 static iter_pointer GetPointer(pointer ptr) { return ptr; } in GetPointer() function47 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer() function69 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer() function118 static iter_pointer GetPointer(pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function119 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function