Home | History | Annotate | Download | only in test

Lines Matching refs:Matches

608   EXPECT_TRUE(m.Matches(helper));
611 EXPECT_TRUE(m2.Matches(&helper));
619 EXPECT_TRUE(m.Matches(helper));
622 EXPECT_TRUE(m2.Matches(&helper));
628 EXPECT_TRUE(m.Matches(NULL));
636 EXPECT_TRUE(m.Matches(&n));
642 EXPECT_TRUE(m.Matches(NULL));
648 EXPECT_TRUE(m.Matches(1));
654 EXPECT_TRUE(m.Matches(1));
660 EXPECT_FALSE(m.Matches(1));
666 EXPECT_TRUE(m.Matches(NULL));