Searched refs:const_pointer (Results 1 – 3 of 3) sorted by relevance
35 typedef const T* const_pointer; typedef45 …eference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer>(ptr) ); } in GetValue()46 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue()49 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer()52 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext()61 typedef const T* const_pointer; typedef69 …eference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer>(ptr) ); } in GetValue()70 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue()71 static const_iter_pointer GetPointer(const_pointer ptr) { return ptr; } in GetPointer()73 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext()[all …]
41 typedef const typename TDic::ResDicNodeData* const_pointer; typedef52 … static const_iter_pointer GetPointer(const_pointer ptr) { return ResPtr<T>( ptr->to_ptr() ); } in GetPointer()57 …st_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer>(ptr) ); } in GetValue()58 static const_reference GetValue(const_pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue()61 static const_pointer GetNext(const_pointer ptr) { return ptr + 1; } in GetNext()
116 typedef const value_type* const_pointer; typedef167 typedef const_pointer pointer;282 static const_iterator GetIteratorFromPointer(const_pointer p) in GetIteratorFromPointer()333 typedef const value_type* const_pointer; //!< @details :private typedef460 typedef const_pointer pointer; //!< @details :private718 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()[all …]