NumberOfCapturingGroups 574 third_party/re2/re2/re2.cc int ncap = 1 + NumberOfCapturingGroups(); NumberOfCapturingGroups 844 third_party/re2/re2/re2.cc int ncap = NumberOfCapturingGroups(); NumberOfCapturingGroups 945 third_party/re2/re2/re2.cc if (max_token > NumberOfCapturingGroups()) { NumberOfCapturingGroups 948 third_party/re2/re2/re2.cc max_token, NumberOfCapturingGroups()); NumberOfCapturingGroups 438 third_party/re2/re2/re2.h int NumberOfCapturingGroups() const; NumberOfCapturingGroups 106 third_party/re2/re2/testing/exhaustive_tester.cc int ngroup = re.NumberOfCapturingGroups()+1; NumberOfCapturingGroups 497 third_party/re2/re2/testing/re2_test.cc CHECK_EQ(re.NumberOfCapturingGroups(), 1); NumberOfCapturingGroups 504 third_party/re2/re2/testing/re2_test.cc CHECK_EQ(re.NumberOfCapturingGroups(), 6); NumberOfCapturingGroups 1261 third_party/re2/re2/testing/re2_test.cc EXPECT_EQ(0, re.NumberOfCapturingGroups()); NumberOfCapturingGroups 577 third_party/re2/util/pcre.cc if (NumberOfCapturingGroups() < n) { NumberOfCapturingGroups 613 third_party/re2/util/pcre.cc int number_of_capturing_groups = NumberOfCapturingGroups(); NumberOfCapturingGroups 674 third_party/re2/util/pcre.cc if (max_token > NumberOfCapturingGroups()) { NumberOfCapturingGroups 677 third_party/re2/util/pcre.cc max_token, NumberOfCapturingGroups()); NumberOfCapturingGroups 466 third_party/re2/util/pcre.h int NumberOfCapturingGroups() const;