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

/vbox/src/VBox/Storage/testcase/
H A DVDScript.cpp309 static int vdScriptParseCastExpression(PVDSCRIPTCTXINT pThis, PVDSCRIPTASTEXPR *ppAstNodeExpr);
1260 rc = vdScriptParseCastExpression(pThis, &pCastExpr);
1424 static int vdScriptParseCastExpression(PVDSCRIPTCTXINT pThis, PVDSCRIPTASTEXPR *ppAstNodeExpr) function
1443 rc = vdScriptParseCastExpression(pThis, &pExpr->Cast.pExpr); /** @todo: Kill recursion. */
1486 rc = vdScriptParseCastExpression(pThis, &pExpr);
1514 rc = vdScriptParseCastExpression(pThis, &pExprNew);

Completed in 123 milliseconds