Searched defs:MT (Results 1 - 2 of 2) sorted by relevance
/vbox/include/VBox/com/ | ||
H A D | list.h | 47 static const bool MT = false; member in class:RTCList 48 typedef RTCListBase<T, ITYPE, MT> BASE; 77 static const bool MT = false; member in class:RTCList 78 typedef RTCListBase<T, ITYPE, MT> BASE; 107 static const bool MT = false; member in class:RTCList 108 typedef RTCListBase<T, ITYPE, MT> BASE; 167 RTCListBase<T, ITYPE, MT> &operator=(const com::SafeArray<IN_BSTR> &other) |
H A D | mtlist.h | 46 static const bool MT = true; member in class:RTCMTList 47 typedef RTCListBase<T, ITYPE, MT> BASE; 76 static const bool MT = true; member in class:RTCMTList 77 typedef RTCListBase<T, ITYPE, MT> BASE; 106 static const bool MT = true; member in class:RTCMTList 107 typedef RTCListBase<T, ITYPE, MT> BASE; 166 RTCListBase<T, ITYPE, MT> &operator=(const com::SafeArray<IN_BSTR> &other) |
Completed in 50 milliseconds