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

/vbox/src/VBox/Storage/testcase/
H A DVDScriptInterp.cpp192 DECLINLINE(int) vdScriptInterpreterPushValue(PVDSCRIPTINTERPCTX pThis, PVDSCRIPTARG pVal) function
470 rc = vdScriptInterpreterPushValue(pThis, &NumConst);
479 rc = vdScriptInterpreterPushValue(pThis, &StringConst);
487 rc = vdScriptInterpreterPushValue(pThis, &BoolConst);
496 rc = vdScriptInterpreterPushValue(pThis, &pVar->Value);

Completed in 46 milliseconds