Lines Matching refs:str1
4790 static const ::std::string str1("A * in the middle");
4791 static const ::std::string str2(str1);
4792 EXPECT_EQ(str1, str2);
4806 static ::std::string str3(str1);
4808 EXPECT_FATAL_FAILURE(ASSERT_EQ(str1, str3),
4857 const ::string str1("A * in the middle");
4858 const ::string str2(str1);
4859 ASSERT_EQ(str1, str2);
4867 ::string str3(str1);
4869 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(str1, str3),