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

/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp1612 com::SafeArray<ULONG> retLengths; local
1622 ComSafeArrayAsOutParam(retLengths),
1632 for (unsigned j = 0; j < retLengths[i]; j++)
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogUtils.cpp86 com::SafeArray<ULONG> retLengths; local
106 ComSafeArrayAsOutParam(retLengths),
116 for (unsigned k = 0; k < retLengths[j]; k++)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMetrics.cpp303 com::SafeArray<ULONG> retLengths; local
313 ComSafeArrayAsOutParam(retLengths),
324 for (unsigned j = 0; j < retLengths[i]; j++)
501 com::SafeArray<ULONG> retLengths; local
511 ComSafeArrayAsOutParam(retLengths),
519 for (unsigned k = 0; k < retLengths[j]; k++)

Completed in 47 milliseconds