Searched refs:num_captures_ (Results 1 – 4 of 4) sorted by relevance
178 num_captures_(0), in TestInstance()196 num_captures_ = regexp_->NumCaptures(); in TestInstance()302 int nsubmatch = 1 + num_captures_; // NumCaptures doesn't count $0 in RunSearch()559 for (int i = 0; i < 1+num_captures_; i++) { in RunCase()
81 int num_captures_; // regexp_->NumCaptures() cached variable
496 int NumberOfCapturingGroups() const { return num_captures_; } in NumberOfCapturingGroups()754 int num_captures_; // number of capturing groups variable
189 num_captures_ = -1; in Init()233 num_captures_ = suffix_regexp_->NumCaptures(); in Init()