Home
last modified time | relevance | path

Searched refs:const_pointer (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_ResArray.h35 typedef const T* const_pointer; typedef
45 …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; typedef
69 …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 …]
Dut_ResArrayTypes.h41 typedef const typename TDic::ResDicNodeData* const_pointer; typedef
52 … 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()
Dut_LinkList.h116 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()
[all …]