Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc110 bool PushRepeatOp(RegexpOp op, const StringPiece& s, bool nongreedy);
475 bool Regexp::ParseState::PushRepeatOp(RegexpOp op, const StringPiece& s, in PushRepeatOp() function in re2::Regexp::ParseState
2332 if (!ps.PushRepeatOp(op, opstr, nongreedy)) in Parse()