Searched refs:CallFormatWithVaList (Results 1 – 1 of 1) sorted by relevance
69 StatusWithSize CallFormatWithVaList(span<char> buffer, const char* fmt, ...) { in CallFormatWithVaList() function81 auto result = CallFormatWithVaList(buffer, "Yo%s", "?!"); in TEST()