Lines Matching refs:str1
4645 static const ::std::string str1("A * in the middle");
4646 static const ::std::string str2(str1);
4647 EXPECT_EQ(str1, str2);
4661 static ::std::string str3(str1);
4663 EXPECT_FATAL_FAILURE(ASSERT_EQ(str1, str3),
4712 const ::string str1("A * in the middle");
4713 const ::string str2(str1);
4714 ASSERT_EQ(str1, str2);
4722 ::string str3(str1);
4724 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(str1, str3),