Lines Matching refs:GetValue
41 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
42 static reference GetValue(pointer ptr) { return *ptr; } in GetValue() function
43 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
44 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
67 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
68 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
122 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
123 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
124 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
125 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
143 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
144 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
189 return TTraits<T>::GetValue(m_pBegin + index);
195 return TTraits<T>::GetValue(m_pBegin + index);
215 …reference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCurrent)…
252 …ference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCurrent); }
337 return TTraits<T>::GetValue(m_pBegin + index);
354 …ference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCurrent); }