Searched refs:enmValueType (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp111 switch (pa->enmValueType)
143 AssertMsgFailed(("Invalid enm type %d!\n", pa->enmValueType));
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp1328 DBGFREGVALTYPE enmValueType = pDesc->enmType;
1341 && pLookupRec->pAlias->enmType != enmValueType
1344 rc = dbgfR3RegValCast(pValue, enmValueType, pLookupRec->pAlias->enmType);
1345 enmValueType = pLookupRec->pAlias->enmType;
1353 enmValueType = DBGFREGVALTYPE_U128;
1359 && pLookupRec->pAlias->enmType != enmValueType
1362 rc = dbgfR3RegValCast(pValue, enmValueType, pLookupRec->pAlias->enmType);
1363 enmValueType = pLookupRec->pAlias->enmType;
1367 rc = dbgfR3RegValCast(pValue, enmValueType, DBGFREGVALTYPE_U128);
1381 enmValueType
[all...]
/vbox/src/VBox/Storage/testcase/
H A DtstVD-2.cpp140 switch (pa->enmValueType)
/vbox/include/VBox/
H A Dvd.h383 VDCFGVALUETYPE enmValueType; member in struct:VDCONFIGINFO

Completed in 49 milliseconds