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

/fuchsia/zircon/system/utest/fbl/
H A Dstring_printf_tests.cpp17 fbl::String VAListHelper(Runnable runnable, ...) { function in namespace:__anon1354
43 VAListHelper([](va_list ap) -> fbl::String {
48 VAListHelper([](va_list ap) -> fbl::String {
53 VAListHelper(
60 VAListHelper(
H A Dstring_buffer_tests.cpp20 void VAListHelper(Runnable runnable, ...) { function in namespace:__anon1352
190 VAListHelper([&str](va_list ap) { str.AppendVPrintf("abc", ap); });
192 VAListHelper([&str](va_list ap) { str.AppendVPrintf("%d,%s", ap).Append('f'); },
195 VAListHelper([&str](va_list ap) { str.AppendVPrintf("%d", ap); }, 123456789);

Completed in 31 milliseconds