Home | History | Annotate | Download | only in re2

Lines Matching refs:NumberOfCapturingGroups

532   int ncap = 1 + NumberOfCapturingGroups();
801 int ncap = NumberOfCapturingGroups();
860 int RE2::NumberOfCapturingGroups() const {
899 if (max_token > NumberOfCapturingGroups()) {
902 max_token, NumberOfCapturingGroups());