Searched defs:copyTo (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/cpp/
H A Dlist.h145 static inline void copyTo(T2 *p, T2 *const p1 , size_t iTo, size_t cSize) function in class:RTCListHelper
171 static inline void copyTo(T1 **p, T1 **const p1 , size_t iTo, size_t cSize) function in class:RTCListHelper
240 RTCListHelper<T, ITYPE>::copyTo(m_pArray, other.m_pArray, 0, cElementsOther);
375 RTCListHelper<T, ITYPE>::copyTo(&m_pArray[i], other.m_pArray, 0, cElementsOther);
475 RTCListHelper<T, ITYPE>::copyTo(m_pArray, other.m_pArray, 0, other.m_cElements);
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp1266 void CircularBuffer::copyTo(ULONG *data) function in class:CircularBuffer
1281 copyTo(data);
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp2463 HRESULT GuestSession::copyTo(const com::Utf8Str &aSource, const com::Utf8Str &aDest, const std::vector<CopyFileFlag_T> &aFlags, function in class:GuestSession

Completed in 241 milliseconds