Searched refs:NumberOfCapturingGroups (Results 1 – 7 of 7) sorted by relevance
617 if (NumberOfCapturingGroups() < n) { in DoMatchImpl()675 int number_of_capturing_groups = NumberOfCapturingGroups(); in Rewrite()737 if (max_token > NumberOfCapturingGroups()) { in CheckRewriteString()741 max_token, NumberOfCapturingGroups()); in CheckRewriteString()750 int PCRE::NumberOfCapturingGroups() const { in NumberOfCapturingGroups() function in re2::PCRE
451 int NumberOfCapturingGroups() const;
108 int ngroup = re.NumberOfCapturingGroups()+1; in HandleRegexp()
545 ASSERT_EQ(re.NumberOfCapturingGroups(), 1); in TEST()552 ASSERT_EQ(re.NumberOfCapturingGroups(), 6); in TEST()564 int num_groups = re.NumberOfCapturingGroups(); in TEST()1350 EXPECT_EQ(0, re.NumberOfCapturingGroups()); in TEST()
606 int ncap = 1 + NumberOfCapturingGroups(); in GlobalReplace()803 if (NumberOfCapturingGroups() < n) { in GlobalReplace()884 if (max_token > NumberOfCapturingGroups()) { in GlobalReplace()888 max_token, NumberOfCapturingGroups()); in GlobalReplace()
481 int NumberOfCapturingGroups() const { return num_captures_; } in NumberOfCapturingGroups() function
66 if (re.NumberOfCapturingGroups() == 0) { in Test()