Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Iterator.h39 typedef typename TIt::reference reference; typedef
49 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); }
Dut_ResArray.h36 typedef T& reference; typedef
43 … 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; typedef
111 typedef T reference; typedef
124 … 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; typedef
165 typedef typename TTraits<T>::reference reference; typedef
188 reference operator[](int index)
[all …]
Dut_LinkList.h117 typedef value_type& reference; typedef
136 reference operator*() const { NW_NULL_ASSERT(m_pPointer); return *m_pPointer; }
168 typedef const_reference reference; typedef
173 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 typedef
376 reference operator*() const { pointer p = operator->(); NW_NULL_ASSERT(p); return *p;}
461 typedef const_reference reference; //!< @details :private typedef
482 reference operator*() const { pointer p = operator->(); NW_NULL_ASSERT(p); return *p; }
[all …]
Dut_ResArrayTypes.h42 typedef T reference; typedef
55 … 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()
Dut_Foreach.h166 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()
Dut_Children.h92 typedef TChild*& reference; typedef
Dut_MoveArray.h100 typedef TElement& reference; //!< 要素の参照です。 typedef
/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderQueue.h64 typedef typename TElementList::reference reference; typedef
326 struct ReportFunctor : public std::unary_function<void, reference>
331 void operator() (reference element) in operator()
/NW4C-2.0.3/documents/API/css/
Dmanpage.css118 P.reference
Ddocument.css123 P.reference
/NW4C-2.0.3/documents/DccPlugin/Photoshop/html/css/
Dmanpage.css280 P.reference
/NW4C-2.0.3/documents/DccPlugin/Softimage/html/css/
Dmanpage.css280 P.reference
/NW4C-2.0.3/documents/DccPlugin/common/css/
Dmanpage.css280 P.reference
/NW4C-2.0.3/documents/DccPlugin/Maya/html/css/
Dmanpage.css280 P.reference
/NW4C-2.0.3/documents/DccPlugin/3dsMax/html/css/
Dmanpage.css280 P.reference
/NW4C-2.0.3/documents/Viewer/html/css/
Dmanpage.css342 P.reference
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel2571 int $refFurGlobal = `reference -q -inr $array[$i]`;