Lines Matching defs:CompareFormattedStrings
21 static bool CompareFormattedStrings(
28 static bool CompareFormattedStrings(
30 return CompareFormattedStrings(std::string(expect), std::move(got));
47 return CompareFormattedStrings(expect, got);
73 return CompareFormattedStrings(expect, got);
101 CompareFormattedStrings(expect, std::string{buffer, sizeof buffer}))
165 CompareFormattedStrings(expect, std::string{buffer[0], sizeof buffer}))
249 CompareFormattedStrings("ABCDEFGH ", std::string{buffer, sizeof buffer}))
265 CompareFormattedStrings(" ABCDEFGH ", std::string{buffer, sizeof buffer}))
977 EXPECT_TRUE(CompareFormattedStrings(" 65504. ", got))