Searched defs:copyTo (Results 1 - 3 of 3) sorted by relevance
| /vbox/include/iprt/cpp/ |
| H A D | list.h | 145 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 D | Performance.cpp | 1266 void CircularBuffer::copyTo(ULONG *data) function in class:CircularBuffer 1281 copyTo(data);
|
| /vbox/src/VBox/Main/src-client/ |
| H A D | GuestSessionImpl.cpp | 2463 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