Searched refs:PushSimpleOp (Results 1 – 2 of 2) sorted by relevance
93 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::ParseState672 return PushSimpleOp(kVerticalBar); in DoVerticalBar()[all …]
242 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);