Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_ResArray.h33 typedef const T* const_pointer; typedef
43 …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; typedef
67 …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 …]
Dut_ResArrayTypes.h39 typedef const typename TDic::ResDicNodeData* const_pointer; typedef
50 … 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()
Dut_LinkList.h114 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()
[all …]