Home | History | Annotate | Download | only in test

Lines Matching refs:s1_

3486     p1_ = s1_;
3492 static const char* const s1_;
3501 const char* const SingleEvaluationTest::s1_ = "01234";
3513 EXPECT_EQ(s1_ + 1, p1_);
3521 EXPECT_EQ(s1_ + 1, p1_);
3527 EXPECT_EQ(s1_ + 2, p1_);