Lines Matching refs:FormatEntryPointTest
33 using FormatEntryPointTest = ::testing::Test; typedef
35 TEST_F(FormatEntryPointTest, Format) { in TEST_F() argument
45 TEST_F(FormatEntryPointTest, UntypedFormat) { in TEST_F() argument
81 TEST_F(FormatEntryPointTest, StringFormat) { in TEST_F() argument
87 TEST_F(FormatEntryPointTest, AppendFormat) { in TEST_F() argument
94 TEST_F(FormatEntryPointTest, AppendFormatFail) { in TEST_F() argument
107 TEST_F(FormatEntryPointTest, ManyArgs) { in TEST_F() argument
117 TEST_F(FormatEntryPointTest, Preparsed) { in TEST_F() argument
126 TEST_F(FormatEntryPointTest, FormatCountCapture) { in TEST_F() argument
134 TEST_F(FormatEntryPointTest, FormatCountCaptureWrongType) { in TEST_F() argument
146 TEST_F(FormatEntryPointTest, FormatCountCaptureMultiple) { in TEST_F() argument
156 TEST_F(FormatEntryPointTest, FormatCountCaptureExample) { in TEST_F() argument
168 TEST_F(FormatEntryPointTest, Stream) { in TEST_F() argument
194 TEST_F(FormatEntryPointTest, StreamOk) { in TEST_F() argument
201 TEST_F(FormatEntryPointTest, StreamFail) { in TEST_F() argument
224 TEST_F(FormatEntryPointTest, FloatPrecisionArg) { in TEST_F() argument
244 TEST_F(FormatEntryPointTest, FormatStreamed) { in TEST_F() argument
279 TEST_F(FormatEntryPointTest, FPrintF) { in TEST_F() argument
287 TEST_F(FormatEntryPointTest, FPrintFError) { in TEST_F() argument
295 TEST_F(FormatEntryPointTest, FprintfTooLarge) { in TEST_F() argument
305 TEST_F(FormatEntryPointTest, PrintF) { in TEST_F() argument
323 TEST_F(FormatEntryPointTest, SNPrintF) { in TEST_F() argument