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

/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIPerf.cpp42 static HRESULT tstComExpr(HRESULT hrc, const char *pszOperation, int iLine) function
51 #define TST_COM_EXPR(expr) tstComExpr(expr, #expr, __LINE__)
68 tstComExpr(hrc, "IVirtualBox::Revision", __LINE__);
91 tstComExpr(hrc, "IVirtualBox::Version", __LINE__);
111 tstComExpr(hrc, "IVirtualBox::Host", __LINE__);
128 tstComExpr(hrc, "IVirtualBox::Host", __LINE__);
150 tstComExpr(hrc, "IVirtualBox::Host", __LINE__);
172 tstComExpr(hrc, "IVirtualBox::Host", __LINE__);
185 tstComExpr(hrc, "IHost::GetProcessorFeature", __LINE__);
H A DtstVBoxAPI.cpp45 static HRESULT tstComExpr(HRESULT hrc, const char *pszOperation, int iLine) function
54 #define TST_COM_EXPR(expr) tstComExpr(expr, #expr, __LINE__)

Completed in 42 milliseconds