Home | History | Annotate | Download | only in test

Lines Matching refs:s2_

3487     p2_ = s2_;
3493 static const char* const s2_;
3502 const char* const SingleEvaluationTest::s2_ = "abcde";
3514 EXPECT_EQ(s2_ + 1, p2_);
3522 EXPECT_EQ(s2_ + 1, p2_);
3528 EXPECT_EQ(s2_ + 2, p2_);