Lines Matching refs:const_pointer
114 typedef const value_type* const_pointer; typedef
165 typedef const_pointer pointer;
280 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer()
330 typedef const value_type* const_pointer; //!< @details :private typedef
457 typedef const_pointer pointer; //!< @details :private
715 const_pointer GetPrev(const_pointer p) const in GetPrev()
738 const_pointer GetNext(const_pointer p) const in GetNext()
802 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer()
820 static const Node* GetNodeFromPointer(const_pointer p) in GetNodeFromPointer()
838 static const_pointer GetPointerFromNode(const Node* p) in GetPointerFromNode()
841 return reinterpret_cast<const_pointer>( reinterpret_cast<IntPtr>(p) - TNOffset); in GetPointerFromNode()