Searched defs:GetPointer (Results 1 – 2 of 2) sorted by relevance
51 static iter_pointer GetPointer(pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function52 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function
48 static iter_pointer GetPointer(pointer ptr) { return ptr; } in GetPointer() function49 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer() function71 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer() function120 static iter_pointer GetPointer(pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function121 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer() function