Home | History | Annotate | Download | only in test

Lines Matching refs:SkipPrefix

188 using testing::internal::SkipPrefix;
7533 // Tests SkipPrefix().
7539 EXPECT_TRUE(SkipPrefix("", &p));
7543 EXPECT_TRUE(SkipPrefix("hell", &p));
7551 EXPECT_FALSE(SkipPrefix("W", &p));
7555 EXPECT_FALSE(SkipPrefix("world!", &p));