Lines Matching refs:const_pointer
116 typedef const value_type* const_pointer; typedef
167 typedef const_pointer pointer;
282 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer()
333 typedef const value_type* const_pointer; //!< @details :private typedef
460 typedef const_pointer pointer; //!< @details :private
718 const_pointer GetPrev(const_pointer p) const in GetPrev()
741 const_pointer GetNext(const_pointer p) const in GetNext()
805 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer()
823 static const Node* GetNodeFromPointer(const_pointer p) in GetNodeFromPointer()
841 static const_pointer GetPointerFromNode(const Node* p) in GetPointerFromNode()
844 return reinterpret_cast<const_pointer>( reinterpret_cast<IntPtr>(p) - TNOffset); in GetPointerFromNode()