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

/vbox/src/VBox/Storage/testcase/
H A DVDScriptInterp.cpp484 VDSCRIPTARG BoolConst; local
485 BoolConst.enmType = VDSCRIPTTYPE_BOOL;
486 BoolConst.f = pExpr->f;
487 rc = vdScriptInterpreterPushValue(pThis, &BoolConst);

Completed in 45 milliseconds