Lines Matching full:capture_count
5468 int capture_count = captures_started();5490 if (current() != '?') capture_count++;5494 capture_count_ = capture_count;5969 int capture_count = parser.captures_started();5970 result->simple = tree->IsAtom() && parser.simple() && capture_count == 0;5972 result->capture_count = capture_count;