Searched refs:ITYPE (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/com/
H A Dlist.h46 typedef T *ITYPE; typedef in class:RTCList
48 typedef RTCListBase<T, ITYPE, MT> BASE;
76 typedef T *ITYPE; typedef in class:RTCList
78 typedef RTCListBase<T, ITYPE, MT> BASE;
106 typedef T *ITYPE; typedef in class:RTCList
108 typedef RTCListBase<T, ITYPE, MT> BASE;
139 RTCListHelper<T, ITYPE>::set(m_pArray, i, T(sfaOther[i]));
156 RTCListHelper<T, ITYPE>::set(m_pArray, i, T(other[i]));
167 RTCListBase<T, ITYPE, MT> &operator=(const com::SafeArray<IN_BSTR> &other)
172 RTCListHelper<T, ITYPE>
[all...]
H A Dmtlist.h45 typedef T *ITYPE; typedef in class:RTCMTList
47 typedef RTCListBase<T, ITYPE, MT> BASE;
75 typedef T *ITYPE; typedef in class:RTCMTList
77 typedef RTCListBase<T, ITYPE, MT> BASE;
105 typedef T *ITYPE; typedef in class:RTCMTList
107 typedef RTCListBase<T, ITYPE, MT> BASE;
138 RTCListHelper<T, ITYPE>::set(m_pArray, i, T(sfaOther[i]));
155 RTCListHelper<T, ITYPE>::set(m_pArray, i, T(other[i]));
166 RTCListBase<T, ITYPE, MT> &operator=(const com::SafeArray<IN_BSTR> &other)
170 RTCListHelper<T, ITYPE>
[all...]
/vbox/include/iprt/cpp/
H A Dlist.h189 template <class T, typename ITYPE, bool MT>
200 typedef typename RTCIfPtr<ITYPE, T&, T>::result GET_RTYPE;
201 typedef typename RTCIfPtr<ITYPE, const T&, T>::result GET_CRTYPE;
231 RTCListBase(const RTCListBase<T, ITYPE, MT>& other)
240 RTCListHelper<T, ITYPE>::copyTo(m_pArray, other.m_pArray, 0, cElementsOther);
251 RTCListHelper<T, ITYPE>::eraseRange(m_pArray, 0, m_cElements);
328 RTCListBase<T, ITYPE, MT> &insert(size_t i, const T &val)
337 memmove(&m_pArray[i + 1], &m_pArray[i], (m_cElements - i) * sizeof(ITYPE));
338 RTCListHelper<T, ITYPE>::set(m_pArray, i, val);
358 RTCListBase<T, ITYPE, M
[all...]
H A Dmtlist.h91 template <class T, typename ITYPE = typename RTCIf<(sizeof(T) > sizeof(void*)), T*, T>::result>
92 class RTCMTList : public RTCListBase<T, ITYPE, true>
95 typedef RTCListBase<T, ITYPE, true> BASE;

Completed in 46 milliseconds