regexp_benchmark.cc | 106 Prog::Anchor anchor, bool expect_match); 798 // Expect_match says whether the regexp should be found. 802 Prog::Anchor anchor, bool expect_match) { 811 expect_match); 819 Prog::Anchor anchor, bool expect_match) { 826 expect_match); 867 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local 869 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local 879 CHECK_EQ(RE2::FullMatch(text, re), expect_match); local 881 CHECK_EQ(RE2::PartialMatch(text, re), expect_match); local 953 CHECK_EQ(PCRE::FullMatch(text, re), expect_match); local 955 CHECK_EQ(PCRE::PartialMatch(text, re), expect_match); local 965 CHECK_EQ(RE2::FullMatch(text, re), expect_match); local 967 CHECK_EQ(RE2::PartialMatch(text, re), expect_match); local [all...] |