Searched refs:const_pointer (Results 1 – 3 of 3) sorted by relevance
33 typedef const T* const_pointer; typedef43 …eference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer>(ptr) ); } in GetValue()44 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue()47 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer()50 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext()59 typedef const T* const_pointer; typedef67 …eference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer>(ptr) ); } in GetValue()68 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue()69 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer()71 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext()[all …]
39 typedef const typename TDic::ResDicNodeData* const_pointer; typedef50 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer()55 …st_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer>(ptr) ); } in GetValue()56 static const_reference GetValue(const_pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue()59 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext()
114 typedef const value_type* const_pointer; typedef165 typedef const_pointer pointer;280 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer()330 typedef const value_type* const_pointer; //!< @details :private typedef457 typedef const_pointer pointer; //!< @details :private715 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()[all …]