Searched defs:PrintF (Results 1 – 3 of 3) sorted by relevance
35 void PrintF(const char* format, ...) { in PrintF() function42 void PrintF(FILE* out, const char* format, ...) { in PrintF() function
396 int PrintF(const FormatSpec<Args...>& format, const Args&... args) { in PrintF() function
305 TEST_F(FormatEntryPointTest, PrintF) { in TEST_F() argument