reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
101 EXPECT_TRUE((bool)Pat1); 102 EXPECT_TRUE(Pat1->match("]x")); 103 EXPECT_TRUE(Pat1->match("ax")); 104 EXPECT_FALSE(Pat1->match("a]x")); 105 EXPECT_FALSE(Pat1->match(""));