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

  /external/regex-re2/re2/
mimics_pcre.cc 154 case kRegexpHaveMatch:
regexp.h 154 kRegexpHaveMatch,
156 kMaxRegexpOp = kRegexpHaveMatch,
333 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; }
tostring.cc 78 case kRegexpHaveMatch:
280 case kRegexpHaveMatch:
simplify.cc 57 case kRegexpHaveMatch:
191 case kRegexpHaveMatch:
regexp.cc 166 Regexp* re = new Regexp(kRegexpHaveMatch, flags);
353 case kRegexpHaveMatch:
compile.cc 731 case kRegexpHaveMatch: {
1105 // The trailing .* was added while handling kRegexpHaveMatch.
    [all...]

Completed in 62 milliseconds