Lines Matching refs:const_reference
35 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
143 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue()
144 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue()
165 typedef typename TTraits<T>::const_reference const_reference; typedef
192 const_reference operator[](int index) const
207 typedef typename TTraits<T>::const_reference const_reference; typedef
246 typedef typename TTraits<T>::const_reference const_reference; typedef
252 …const_reference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCu…
308 typedef typename TTraits<T>::const_reference const_reference; typedef
334 const_reference operator[](int index) const
348 typedef typename TTraits<T>::const_reference const_reference; typedef
354 …const_reference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCu…