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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIApplianceImportEditorWidget.cpp80 m_pAppliance->Interpret();
/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp105 rc = pAppl->Interpret();
106 if (FAILED(rc)) throw MyError(rc, "Appliance::Interpret() failed\n");
H A DtstAPI.cpp1410 CHECK_ERROR_BREAK(appliance, Interpret());
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp313 rc = pAppliance->Interpret();
330 com::GluePrintErrorContext("Interpret", __FILE__, __LINE__);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1836 nsresult (*Interpret)(IAppliance *pThis ); member in struct:IAppliance_vtbl
H A DVBoxCAPI_v3_0.h2363 nsresult (*Interpret)(IAppliance *pThis ); member in struct:IAppliance_vtbl
H A DVBoxCAPI_v3_1.h2270 nsresult (*Interpret)(IAppliance *pThis ); member in struct:IAppliance_vtbl
H A DVBoxCAPI_v3_2.h2316 nsresult (*Interpret)(IAppliance *pThis ); member in struct:IAppliance_vtbl
H A DVBoxCAPI_v4_0.h2467 nsresult (*Interpret)(IAppliance *pThis ); member in struct:IAppliance_vtbl
H A DVBoxCAPI_v4_1.h2667 nsresult (*Interpret)(IAppliance *pThis ); member in struct:IAppliance_vtbl
H A DVBoxCAPI_v4_2.h2916 nsresult (*Interpret)(IAppliance *pThis ); member in struct:IAppliance_vtbl
H A DVBoxCAPI_v4_3.h4472 nsresult (*Interpret)(IAppliance *pThis ); member in struct:IAppliance_vtbl
4523 nsresult (*Interpret)(IAppliance *pThis ); member in struct:IApplianceVtbl
4566 #define IAppliance_Interpret(p) ((p)->lpVtbl->Interpret(p))

Completed in 359 milliseconds