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

/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp1126 RTR3DECL(int) RTTestPrintfV(RTTEST hTest, RTTESTLVL enmLevel, const char *pszFormat, va_list va) function
1156 int cch = RTTestPrintfV(hTest, enmLevel, pszFormat, va);
1718 * Same as RTTestPrintfV with RTTESTLVL_FAILURE.
1728 return RTTestPrintfV(hTest, RTTESTLVL_FAILURE, pszFormat, va);
/vbox/include/iprt/
H A Dmangling.h1657 # define RTTestPrintfV RT_MANGLER(RTTestPrintfV) macro

Completed in 93 milliseconds