Searched refs:reference (Results 1 – 16 of 16) sorted by relevance
37 typedef typename TIt::reference reference; typedef47 typedef T& reference;57 typedef const T& reference;74 typedef Reference reference;85 typename iterator_traits<TIt>::reference >94 typename iterator_traits<TIt>::reference > BaseIt;103 typedef typename BaseIt::reference reference;118 reference operator*() const { TIt tmp = m_Current; return (*--tmp); }
34 typedef T& reference; typedef41 … 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; typedef109 typedef T reference; typedef122 … 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; typedef163 typedef typename TTraits<T>::reference reference; typedef186 reference operator[](int index)[all …]
115 typedef value_type& reference; typedef134 reference operator*() const { NW_NULL_ASSERT(m_pPointer); return *m_pPointer; }166 typedef const_reference reference; typedef171 reference operator*() const { NW_NULL_ASSERT(m_pPointer); return *m_pPointer;}220 reference front() in front()230 reference back() in back()331 typedef value_type& reference; //!< @details :private typedef373 reference operator*() const { pointer p = operator->(); NW_NULL_ASSERT(p); return *p;}458 typedef const_reference reference; //!< @details :private typedef479 reference operator*() const { pointer p = operator->(); NW_NULL_ASSERT(p); return *p; }[all …]
40 typedef T reference; typedef53 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue()54 static reference GetValue(pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue()
164 NW_INLINE typename Type::reference extract(static_any_t cur, contain_type<Type>*) in extract()198 NW_INLINE typename Type::reference extract(static_any_t cur, contain_type<std::pair<Type, Type> >*) in extract()
90 typedef TChild*& reference; typedef
85 typedef TElement& reference; //!< 要素の参照です。 typedef
62 typedef typename TElementList::reference reference; typedef324 struct ReportFunctor : public std::unary_function<void, reference>329 void operator() (reference element) in operator()
118 P.reference
115 P.reference
280 P.reference
342 P.reference
2544 int $refFurGlobal = `reference -q -inr $array[$i]`;