Home | History | Annotate | Download | only in test

Lines Matching refs:SkipPrefix

277 using testing::internal::SkipPrefix;
7391 // Tests SkipPrefix().
7397 EXPECT_TRUE(SkipPrefix("", &p));
7401 EXPECT_TRUE(SkipPrefix("hell", &p));
7409 EXPECT_FALSE(SkipPrefix("W", &p));
7413 EXPECT_FALSE(SkipPrefix("world!", &p));