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

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp3639 unsigned uSourceIdx = (unsigned)-1; local
3654 uSourceIdx = i;
3666 ComAssertThrow( uSourceIdx != (unsigned)-1
3683 uSourceIdx, uTargetIdx,
H A DMediumImpl.cpp7746 unsigned uSourceIdx = VD_LAST_IMAGE; local
7761 uSourceIdx = i;
7813 ComAssertThrow( uSourceIdx != VD_LAST_IMAGE
7816 vrc = VDMerge(hdd, uSourceIdx, uTargetIdx,

Completed in 69 milliseconds