Home | History | Annotate | Download | only in test

Lines Matching refs:str2

4791   static const ::std::string str2(str1);
4792 EXPECT_EQ(str1, str2);
4858 const ::string str2(str1);
4859 ASSERT_EQ(str1, str2);