Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_ResArray.h37 typedef const T& const_reference; typedef
45 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue()
46 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue()
63 typedef const T& const_reference; typedef
69 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue()
70 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue()
112 typedef const T const_reference; typedef
126 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue()
127 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue()
141 typedef const T const_reference; typedef
[all …]
Dut_ResArrayTypes.h43 typedef const T const_reference; typedef
57 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer… in GetValue()
58 static const_reference GetValue(const_pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue()
Dut_LinkList.h118 typedef const value_type& const_reference; typedef
168 typedef const_reference reference;
227 const_reference front() const in front()
237 const_reference back() const in back()
335 typedef const value_type& const_reference; //!< @details :private typedef
461 typedef const_reference reference; //!< @details :private
629 const_reference front() const { NW_ASSERT(!empty()); return *begin(); } in front()
637 const_reference back() const { NW_ASSERT(!empty()); return *--end(); } in back()
871 const_reference GetFront() const { return this->front(); } //!< @details :private in GetFront()
873 const_reference GetBack() const { return this->back(); } //!< @details :private in GetBack()