Searched refs:RTCMTList (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/com/
H A Dmtlist.h41 class RTCMTList< ComPtr<C> >: public RTCListBase< ComPtr<C>, ComPtr<C>*, true> class in inherits:RTCListBase
58 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) function in class:RTCMTList
71 class RTCMTList< ComObjPtr<C> >: public RTCListBase< ComObjPtr<C>, ComObjPtr<C>*, true> class in inherits:RTCListBase
88 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) function in class:RTCMTList
101 class RTCMTList<com::Utf8Str>: public RTCListBase<com::Utf8Str, com::Utf8Str *, true> class in inherits:RTCListBase
118 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) function in class:RTCMTList
131 RTCMTList(ComSafeArrayIn(IN_BSTR, other))
151 RTCMTList(const com::SafeArray<IN_BSTR> &other) function in class:RTCMTList
189 operator const RTCMTList<RTCString, RTCString*>&()
191 return *reinterpret_cast<RTCMTList<RTCStrin
[all...]
/vbox/include/iprt/cpp/
H A Dmtlist.h78 * RTCMTList is a thread-safe implementation of the list class. It uses a
92 class RTCMTList : public RTCListBase<T, ITYPE, true> class in inherits:RTCListBase
106 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) function in class:RTCMTList
120 class RTCMTList<uint64_t>: public RTCListBase<uint64_t, uint64_t, true> class in inherits:RTCListBase
134 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) function in class:RTCMTList
148 class RTCMTList<int64_t>: public RTCListBase<int64_t, int64_t, true> class in inherits:RTCListBase
162 RTCMTList(size_t cCapacity = BASE::kDefaultCapacity) function in class:RTCMTList
/vbox/src/VBox/Runtime/testcase/
H A DtstIprtList.cpp3 * IPRT Testcase - RTCList/RTCMTList.
486 #define MTTESTLISTTYPE RTCMTList
665 test1<RTCMTList, uint8_t, uint8_t, uint8_t>("MT: Native type", au8TestInts, RT_ELEMENTS(au8TestInts));
671 test1<RTCMTList, uint16_t, uint16_t, uint16_t>("MT: Native type", au16TestInts, RT_ELEMENTS(au16TestInts));
677 test1<RTCMTList, uint32_t, uint32_t, uint32_t>("MT: Native type", au32TestInts, RT_ELEMENTS(au32TestInts));
686 test1<RTCMTList, uint64_t, uint64_t, uint64_t>("MT: Specialized type", au64TestInts, RT_ELEMENTS(au64TestInts));
692 test1<RTCMTList, RTCString, RTCString *, const char *>("MT: Class type", g_apszTestStrings, RT_ELEMENTS(g_apszTestStrings));
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.h233 RTCMTList<VBOXDNDEVENT> lstEvtQueue;
239 RTCMTList<VBoxDnDWnd*> lstWnd;
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp426 RTCMTList<XEvent> m_eventQueue;
488 RTCMTList<DnDEvent> m_eventQueue;

Completed in 78 milliseconds