Searched defs:submatch_ (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Dbitstate.cc55 StringPiece *submatch_; // submatches to fill in member in class:re2::BitState
76 submatch_(NULL),
270 if (submatch_[0].data() == NULL ||
271 (longest_ && p > submatch_[0].end())) {
273 submatch_[i] = StringPiece(cap_[2*i], cap_[2*i+1] - cap_[2*i]);
308 submatch_ = submatch;
311 submatch_[i] = NULL;

Completed in 157 milliseconds