Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h182 kRegexpRepeatSize, // bad repetition argument enumerator
Dparse.cc572 status_->set_code(kRegexpRepeatSize); in PushRepetition()
595 status_->set_code(kRegexpRepeatSize); in PushRepetition()
Dre2.cc90 case re2::kRegexpRepeatSize: in RegexpErrorToRE2()