Home | History | Annotate | Download | only in test

Lines Matching refs:s2_

3188     p2_ = s2_;
3194 static const char* const s2_;
3203 const char* const SingleEvaluationTest::s2_ = "abcde";
3215 EXPECT_EQ(s2_ + 1, p2_);
3223 EXPECT_EQ(s2_ + 1, p2_);
3229 EXPECT_EQ(s2_ + 2, p2_);