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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp438 static const char *s_apszAppendTests[] = local
475 for (unsigned i = 0; i < RT_ELEMENTS(s_apszAppendTests); i += 3)
477 const char *pszInput = s_apszAppendTests[i];
478 const char *pszAppend = s_apszAppendTests[i + 1];
479 const char *pszExpect = s_apszAppendTests[i + 2];
517 for (unsigned i = 0; i < RT_ELEMENTS(s_apszAppendTests); i += 3)
519 const char *pszInput = s_apszAppendTests[i];
520 const char *pszAppend = s_apszAppendTests[i + 1];
521 const char *pszExpect = s_apszAppendTests[i + 2];
557 for (unsigned i = 0; i < RT_ELEMENTS(s_apszAppendTests);
[all...]

Completed in 45 milliseconds