Searched defs:ITYPE (Results 1 - 2 of 2) 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...]

Completed in 44 milliseconds