Searched refs:GetPointer (Results 1 – 2 of 2) sorted by relevance
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() function220 iter_pointer operator->() const { return TTraits<T>::GetPointer(m_pCurrent); }257 const_iter_pointer operator->() const { return TTraits<T>::GetPointer(m_pCurrent); }359 const_iter_pointer operator->() const { return TTraits<T>::GetPointer(m_pCurrent); }
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