Home | History | Annotate | Download | only in test

Lines Matching refs:SkipPrefix

184 using testing::internal::SkipPrefix;
7313 // Tests SkipPrefix().
7319 EXPECT_TRUE(SkipPrefix("", &p));
7323 EXPECT_TRUE(SkipPrefix("hell", &p));
7331 EXPECT_FALSE(SkipPrefix("W", &p));
7335 EXPECT_FALSE(SkipPrefix("world!", &p));