Lines Matching refs:reference
36 typedef T& reference; typedef
43 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue()
44 static reference GetValue(pointer ptr) { return *ptr; } in GetValue()
62 typedef T& reference; typedef
111 typedef T reference; typedef
124 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue()
125 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue()
140 typedef T reference; typedef
165 typedef typename TTraits<T>::reference reference; typedef
188 reference operator[](int index)
207 typedef typename TTraits<T>::reference reference; typedef
217 …reference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCurrent)…
246 typedef typename TTraits<T>::reference reference; typedef
308 typedef typename TTraits<T>::reference reference; typedef
348 typedef typename TTraits<T>::reference reference; typedef