Home
last modified time | relevance | path

Searched refs:PushSimpleOp (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc93 bool PushSimpleOp(RegexpOp op);
428 return PushSimpleOp(kRegexpBeginText); in PushCaret()
430 return PushSimpleOp(kRegexpBeginLine); in PushCaret()
436 return PushSimpleOp(kRegexpWordBoundary); in PushWordBoundary()
437 return PushSimpleOp(kRegexpNoWordBoundary); in PushWordBoundary()
447 bool ret = PushSimpleOp(kRegexpEndText); in PushDollar()
451 return PushSimpleOp(kRegexpEndLine); in PushDollar()
457 return PushSimpleOp(kRegexpAnyChar); in PushDot()
467 bool Regexp::ParseState::PushSimpleOp(RegexpOp op) { in PushSimpleOp() function in re2::Regexp::ParseState
672 return PushSimpleOp(kVerticalBar); in DoVerticalBar()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff242 return PushSimpleOp(kRegexpBeginText);
249 - return PushSimpleOp(kRegexpBeginLine);
251 + return PushSimpleOp(kRegexpBeginLine);
262 return PushSimpleOp(kRegexpWordBoundary);
263 return PushSimpleOp(kRegexpNoWordBoundary);
265 bool ret = PushSimpleOp(kRegexpEndText);
274 return PushSimpleOp(kRegexpEndLine);