Searched refs:nsubmatch_ (Results 1 - 2 of 2) sorted by relevance

/external/regex-re2/re2/
H A Dbitstate.cc56 int nsubmatch_; // # of submatches to fill in member in class:re2::BitState
77 nsubmatch_(0),
262 if (nsubmatch_ == 0)
272 for (int i = 0; i < nsubmatch_; i++)
309 nsubmatch_ = nsubmatch;
310 for (int i = 0; i < nsubmatch_; i++)
/external/regex-re2/re2/testing/
H A Dbacktrack.cc70 int nsubmatch_; // # of submatches to fill in member in class:re2::Backtracker
84 nsubmatch_(0),
109 nsubmatch_ = nsubmatch;
110 CHECK(2*nsubmatch_ < arraysize(cap_));
118 nsubmatch_ = 1;
214 for (int i = 0; i < nsubmatch_; i++)

Completed in 100 milliseconds