Lines Matching defs:s2
1069 String s2 = "Hi";1070 EXPECT_EQ(2U, s2.length());1071 EXPECT_STREQ("Hi", s2.c_str());