Home | History | Annotate | Download | only in test

Lines Matching refs:s2_

3362     p2_ = s2_;
3368 static const char* const s2_;
3377 const char* const SingleEvaluationTest::s2_ = "abcde";
3389 EXPECT_EQ(s2_ + 1, p2_);
3397 EXPECT_EQ(s2_ + 1, p2_);
3403 EXPECT_EQ(s2_ + 2, p2_);