Home
last modified time | relevance | path

Searched refs:kRegexpHaveMatch (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h161 kRegexpHaveMatch, enumerator
163 kMaxRegexpOp = kRegexpHaveMatch,
342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id()
Dtostring.cc85 case kRegexpHaveMatch: in PreVisit()
290 case kRegexpHaveMatch: in PostVisit()
Dmimics_pcre.cc166 case kRegexpHaveMatch: in PostVisit()
Dsimplify.cc61 case kRegexpHaveMatch: in ComputeSimple()
474 case kRegexpHaveMatch: in PostVisit()
Dregexp.cc189 Regexp* re = new Regexp(kRegexpHaveMatch, flags); in HaveMatch()
395 case kRegexpHaveMatch: in TopEqual()
Dcompile.cc869 case kRegexpHaveMatch: { in PostVisit()