Home | History | Annotate | Download | only in test

Lines Matching refs:str2

4458   static const ::std::string str2(str1);
4459 EXPECT_EQ(str1, str2);
4523 const ::string str2(str1);
4524 ASSERT_EQ(str1, str2);