Lines Matching refs:GetValue

43 …    static reference   GetValue(void* ptr)   { return GetValue( reinterpret_cast<pointer>(ptr) ); }  in GetValue()  function
44 static reference GetValue(pointer ptr) { return *ptr; } in GetValue() function
45 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
46 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
69 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
70 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
124 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
125 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
126 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
127 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
145 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
146 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
191 return TTraits<T>::GetValue(m_pBegin + index);
197 return TTraits<T>::GetValue(m_pBegin + index);
217 …reference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCurrent)…
254 …ference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCurrent); }
339 return TTraits<T>::GetValue(m_pBegin + index);
356 …ference operator*() const { NW_NULL_ASSERT(m_pCurrent); return TTraits<T>::GetValue(m_pCurrent); }