Searched defs:RTCList (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/com/
H A Dlist.h42 class RTCList< ComPtr<C> >: public RTCListBase< ComPtr<C>, ComPtr<C>*, false> class in inherits:RTCListBase
59 RTCList(size_t cCapacity = BASE::kDefaultCapacity) function in class:RTCList
72 class RTCList< ComObjPtr<C> >: public RTCListBase< ComObjPtr<C>, ComObjPtr<C>*, false> class in inherits:RTCListBase
89 RTCList(size_t cCapacity = BASE::kDefaultCapacity) function in class:RTCList
102 class RTCList<com::Utf8Str>: public RTCListBase<com::Utf8Str, com::Utf8Str*, false> class in inherits:RTCListBase
119 RTCList(size_t cCapacity = BASE::kDefaultCapacity) function in class:RTCList
132 RTCList(ComSafeArrayIn(IN_BSTR, other))
152 RTCList(const com::SafeArray<IN_BSTR> &other) function in class:RTCList
193 operator const RTCList<RTCString, RTCString*>&()
195 return *reinterpret_cast<RTCList<RTCStrin
[all...]
/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp362 RTCList<RTCString, RTCString *>
365 RTCList<RTCString> strRet;
397 RTCString::joinEx(const RTCList<RTCString, RTCString *> &a_rList, argument
434 RTCString::join(const RTCList<RTCString, RTCString *> &a_rList, argument

Completed in 1206 milliseconds