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

/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp1407 const VirtualSystemDescriptionEntry &vsde = m->maDescriptions[i]; local
1408 aTypes[i] = vsde.type;
1409 aRefs[i] = vsde.strRef;
1410 aOVFValues[i] = vsde.strOvf;
1411 aVBoxValues[i] = vsde.strVBoxCurrent;
1412 aExtraConfigValues[i] = vsde.strExtraConfigCurrent;
1441 const VirtualSystemDescriptionEntry *vsde = (*it); local
1442 aTypes[i] = vsde->type;
1443 aRefs[i] = vsde->strRef;
1444 aOVFValues[i] = vsde
1471 const VirtualSystemDescriptionEntry *vsde = (*it); local
1510 VirtualSystemDescriptionEntry& vsde = *it; local
1554 VirtualSystemDescriptionEntry vsde; local
[all...]

Completed in 107 milliseconds