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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformat.cpp775 va_list ArgsNested; local
776 va_copy(ArgsNested, *pArgsNested);
778 cch += RTStrFormatV(pfnOutput, pvArgOutput, pfnFormat, pvArgFormat, pszFormatNested, ArgsNested);
779 va_end(ArgsNested);

Completed in 94 milliseconds