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