Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h169 kRegexpSuccess = 0, enumerator
192 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} in RegexpStatus()
200 bool ok() const { return code() == kRegexpSuccess; } in ok()
Dre2.cc72 case re2::kRegexpSuccess: in RegexpErrorToRE2()