Searched refs:PushSimpleOp (Results 1 – 2 of 2) sorted by relevance
66 bool PushSimpleOp(RegexpOp op);400 return PushSimpleOp(kRegexpBeginText); in PushCarat()402 return PushSimpleOp(kRegexpBeginLine); in PushCarat()408 return PushSimpleOp(kRegexpWordBoundary); in PushWordBoundary()409 return PushSimpleOp(kRegexpNoWordBoundary); in PushWordBoundary()419 bool ret = PushSimpleOp(kRegexpEndText); in PushDollar()423 return PushSimpleOp(kRegexpEndLine); in PushDollar()429 return PushSimpleOp(kRegexpAnyChar); in PushDot()439 bool Regexp::ParseState::PushSimpleOp(RegexpOp op) { in PushSimpleOp() function in re2::Regexp::ParseState584 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);