Lines Matching refs:const_reference

37         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
145 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue()
146 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue()
167 typedef typename TTraits<T>::const_reference const_reference; typedef
194 const_reference operator[](int index) const
209 typedef typename TTraits<T>::const_reference const_reference; typedef
248 typedef typename TTraits<T>::const_reference const_reference; typedef
254const_reference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCu…
310 typedef typename TTraits<T>::const_reference const_reference; typedef
336 const_reference operator[](int index) const
350 typedef typename TTraits<T>::const_reference const_reference; typedef
356const_reference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCu…