Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dparse.cc67 bool PushSimpleOp(RegexpOp op);
401 return PushSimpleOp(kRegexpBeginText); in PushCarat()
403 return PushSimpleOp(kRegexpBeginLine); in PushCarat()
409 return PushSimpleOp(kRegexpWordBoundary); in PushWordBoundary()
410 return PushSimpleOp(kRegexpNoWordBoundary); in PushWordBoundary()
420 bool ret = PushSimpleOp(kRegexpEndText); in PushDollar()
424 return PushSimpleOp(kRegexpEndLine); in PushDollar()
430 return PushSimpleOp(kRegexpAnyChar); in PushDot()
440 bool Regexp::ParseState::PushSimpleOp(RegexpOp op) { in PushSimpleOp() function in re2::Regexp::ParseState
585 return PushSimpleOp(kVerticalBar); in DoVerticalBar()
[all …]
/external/regex-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);