reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
58 EXPECT_TRUE((bool)Pat1); 59 EXPECT_TRUE(Pat1->match("a")); 60 EXPECT_TRUE(Pat1->match("b")); 61 EXPECT_TRUE(Pat1->match("c")); 62 EXPECT_TRUE(Pat1->match("d")); 63 EXPECT_TRUE(Pat1->match("e")); 64 EXPECT_TRUE(Pat1->match("f")); 65 EXPECT_TRUE(Pat1->match("y")); 66 EXPECT_TRUE(Pat1->match("z")); 67 EXPECT_FALSE(Pat1->match("g")); 68 EXPECT_FALSE(Pat1->match(""));