Searched refs:ExpectedTypeName (Results 1 – 1 of 1) sorted by relevance
1927 static std::string ExpectedTypeName() { in ExpectedTypeName() function in testing::gtest_printers_test::TEST::PrintAnyTest1947 EXPECT_EQ("value of type " + ExpectedTypeName<int>(), PrintToString(any));1950 EXPECT_EQ("value of type " + ExpectedTypeName<std::string>(),