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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp5917 com::SafeArray<LONG64> bTimestamps; local
5926 ComSafeArrayAsOutParam(bTimestamps),
5935 aTimestamps.resize(bTimestamps.size());
5936 for (i = 0; i < bTimestamps.size(); ++i)
5937 aTimestamps[i] = bTimestamps[i];

Completed in 86 milliseconds