Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_ResArray.h35 typedef const T& const_reference; typedef
43 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue()
44 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue()
61 typedef const T& const_reference; typedef
67 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue()
68 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue()
110 typedef const T const_reference; typedef
124 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue()
125 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue()
139 typedef const T const_reference; typedef
[all …]
Dut_ResArrayTypes.h41 typedef const T const_reference; typedef
55 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer… in GetValue()
56 static const_reference GetValue(const_pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue()
Dut_LinkList.h116 typedef const value_type& const_reference; typedef
166 typedef const_reference reference;
225 const_reference front() const in front()
235 const_reference back() const in back()
332 typedef const value_type& const_reference; //!< @details :private typedef
458 typedef const_reference reference; //!< @details :private
626 const_reference front() const { NW_ASSERT(!empty()); return *begin(); } in front()
634 const_reference back() const { NW_ASSERT(!empty()); return *--end(); } in back()
868 const_reference GetFront() const { return this->front(); } //!< @details :private in GetFront()
870 const_reference GetBack() const { return this->back(); } //!< @details :private in GetBack()