Home | History | Annotate | Download | only in test

Lines Matching refs:s2_

3217     p2_ = s2_;
3223 static const char* const s2_;
3232 const char* const SingleEvaluationTest::s2_ = "abcde";
3244 EXPECT_EQ(s2_ + 1, p2_);
3252 EXPECT_EQ(s2_ + 1, p2_);
3258 EXPECT_EQ(s2_ + 2, p2_);