Home | History | Annotate | Download | only in test

Lines Matching refs:s1_

3187     p1_ = s1_;
3193 static const char* const s1_;
3202 const char* const SingleEvaluationTest::s1_ = "01234";
3214 EXPECT_EQ(s1_ + 1, p1_);
3222 EXPECT_EQ(s1_ + 1, p1_);
3228 EXPECT_EQ(s1_ + 2, p1_);