Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 16 of 16) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_Iterator.h37 typedef typename TIt::reference reference; typedef
47 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); }
Dut_ResArray.h34 typedef T& reference; typedef
41 … 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; typedef
109 typedef T reference; typedef
122 … 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; typedef
163 typedef typename TTraits<T>::reference reference; typedef
186 reference operator[](int index)
[all …]
Dut_LinkList.h115 typedef value_type& reference; typedef
134 reference operator*() const { NW_NULL_ASSERT(m_pPointer); return *m_pPointer; }
166 typedef const_reference reference; typedef
171 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 typedef
373 reference operator*() const { pointer p = operator->(); NW_NULL_ASSERT(p); return *p;}
458 typedef const_reference reference; //!< @details :private typedef
479 reference operator*() const { pointer p = operator->(); NW_NULL_ASSERT(p); return *p; }
[all …]
Dut_ResArrayTypes.h40 typedef T reference; typedef
53 … 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()
Dut_Foreach.h164 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()
Dut_Children.h90 typedef TChild*& reference; typedef
Dut_MoveArray.h85 typedef TElement& reference; //!< 要素の参照です。 typedef
/NW4C-1.2.23/include/nw/gfx/
Dgfx_RenderQueue.h62 typedef typename TElementList::reference reference; typedef
324 struct ReportFunctor : public std::unary_function<void, reference>
329 void operator() (reference element) in operator()
/NW4C-1.2.23/documents/API/css/
Dmanpage.css118 P.reference
Ddocument.css115 P.reference
/NW4C-1.2.23/documents/DccPlugin/3dsMax/html/css/
Dmanpage.css280 P.reference
/NW4C-1.2.23/documents/DccPlugin/Photoshop/html/css/
Dmanpage.css280 P.reference
/NW4C-1.2.23/documents/DccPlugin/Maya/html/css/
Dmanpage.css280 P.reference
/NW4C-1.2.23/documents/DccPlugin/Softimage/html/css/
Dmanpage.css280 P.reference
/NW4C-1.2.23/documents/Viewer/html/css/
Dmanpage.css342 P.reference
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel2544 int $refFurGlobal = `reference -q -inr $array[$i]`;