HomeSort by relevance Sort by last modified time
    Searched refs:kRegexpCapture (Results 1 - 8 of 8) sorted by null

  /external/regex-re2/re2/
mimics_pcre.cc 170 case kRegexpCapture:
regexp.h 126 kRegexpCapture,
329 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; }
330 const string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; }
simplify.cc 72 case kRegexpCapture:
227 case kRegexpCapture: {
234 Regexp* nre = new Regexp(kRegexpCapture, re->parse_flags());
regexp.cc 39 case kRegexpCapture:
256 Regexp* re = new Regexp(kRegexpCapture, flags);
350 case kRegexpCapture:
386 case kRegexpCapture:
422 case kRegexpCapture:
497 if (re->op() == kRegexpCapture)
531 if (re->op() == kRegexpCapture && re->name() != NULL) {
575 if (re->op() == kRegexpCapture && re->name() != NULL) {
tostring.cc 95 case kRegexpCapture:
276 case kRegexpCapture:
compile.cc 824 case kRegexpCapture:
885 case kRegexpCapture:
933 case kRegexpCapture:
    [all...]
prefilter.cc 591 case kRegexpCapture:
parse.cc 615 re->op_ = kRegexpCapture;
    [all...]

Completed in 138 milliseconds