Lines Matching refs:reference
34 typedef T& reference; typedef
41 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue()
42 static reference GetValue(pointer ptr) { return *ptr; } in GetValue()
60 typedef T& reference; typedef
109 typedef T reference; typedef
122 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue()
123 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue()
138 typedef T reference; typedef
163 typedef typename TTraits<T>::reference reference; typedef
186 reference operator[](int index)
205 typedef typename TTraits<T>::reference reference; typedef
215 …reference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCurrent)…
244 typedef typename TTraits<T>::reference reference; typedef
306 typedef typename TTraits<T>::reference reference; typedef
346 typedef typename TTraits<T>::reference reference; typedef