Lines Matching refs:PrintToString
199 using ::testing::PrintToString;
1179 // Useful for testing PrintToString(). We cannot use EXPECT_EQ()
1180 // there as its implementation uses PrintToString(). The caller must
1183 EXPECT_TRUE(PrintToString(value) == (expected_string)) \
1184 << " where " #value " prints as " << (PrintToString(value))