Home | History | Annotate | Download | only in test

Lines Matching refs:str1

4457   static const ::std::string str1("A * in the middle");
4458 static const ::std::string str2(str1);
4459 EXPECT_EQ(str1, str2);
4473 static ::std::string str3(str1);
4475 EXPECT_FATAL_FAILURE(ASSERT_EQ(str1, str3),
4522 const ::string str1("A * in the middle");
4523 const ::string str2(str1);
4524 ASSERT_EQ(str1, str2);
4532 ::string str3(str1);
4534 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(str1, str3),