Home | History | Annotate | Download | only in src

Lines Matching full:capture_count

5194   int capture_count = captures_started();
5216 if (current() != '?') capture_count++;
5220 capture_count_ = capture_count;
5654 int capture_count = parser.captures_started();
5655 result->simple = tree->IsAtom() && parser.simple() && capture_count == 0;
5657 result->capture_count = capture_count;