Searched refs:reference (Results 1 – 17 of 17) sorted by relevance
39 typedef typename TIt::reference reference; typedef49 typedef T& reference;59 typedef const T& reference;76 typedef Reference reference;87 typename iterator_traits<TIt>::reference >96 typename iterator_traits<TIt>::reference > BaseIt;105 typedef typename BaseIt::reference reference;120 reference operator*() const { TIt tmp = m_Current; return (*--tmp); }
36 typedef T& reference; typedef43 … 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; typedef111 typedef T reference; typedef124 … 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; typedef165 typedef typename TTraits<T>::reference reference; typedef188 reference operator[](int index)[all …]
117 typedef value_type& reference; typedef136 reference operator*() const { NW_NULL_ASSERT(m_pPointer); return *m_pPointer; }168 typedef const_reference reference; typedef173 reference operator*() const { NW_NULL_ASSERT(m_pPointer); return *m_pPointer;}222 reference front() in front()232 reference back() in back()334 typedef value_type& reference; //!< @details :private typedef376 reference operator*() const { pointer p = operator->(); NW_NULL_ASSERT(p); return *p;}461 typedef const_reference reference; //!< @details :private typedef482 reference operator*() const { pointer p = operator->(); NW_NULL_ASSERT(p); return *p; }[all …]
42 typedef T reference; typedef55 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue()56 static reference GetValue(pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue()
166 NW_INLINE typename Type::reference extract(static_any_t cur, contain_type<Type>*) in extract()200 NW_INLINE typename Type::reference extract(static_any_t cur, contain_type<std::pair<Type, Type> >*) in extract()
92 typedef TChild*& reference; typedef
100 typedef TElement& reference; //!< 要素の参照です。 typedef
64 typedef typename TElementList::reference reference; typedef326 struct ReportFunctor : public std::unary_function<void, reference>331 void operator() (reference element) in operator()
118 P.reference
123 P.reference
280 P.reference
342 P.reference
2571 int $refFurGlobal = `reference -q -inr $array[$i]`;