Home
last modified time | relevance | path

Searched refs:CallFormatWithVaList (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_string/
Dformat_test.cc69 StatusWithSize CallFormatWithVaList(span<char> buffer, const char* fmt, ...) { in CallFormatWithVaList() function
81 auto result = CallFormatWithVaList(buffer, "Yo%s", "?!"); in TEST()