Home | History | Annotate | Download | only in test

Lines Matching refs:str2

4646   static const ::std::string str2(str1);
4647 EXPECT_EQ(str1, str2);
4713 const ::string str2(str1);
4714 ASSERT_EQ(str1, str2);