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

/vbox/src/VBox/Storage/testcase/
H A DVDScript.cpp2748 PVDSCRIPTASTIDE pArgType = NULL; local
2751 rc = vdScriptParseIde(pThis, &pArgType);
2761 pAstNodeFnArg->pType = pArgType;
2771 if (pArgType)
2772 vdScriptAstNodeFree(&pArgType->Core);

Completed in 1338 milliseconds