Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h172 kRegexpInternalError, enumerator
Dsimplify.cc34 status->set_code(kRegexpInternalError); in SimplifyRegexp()
Dparse.cc1454 status->set_code(kRegexpInternalError); in ParseEscape()
1913 status->set_code(kRegexpInternalError); in ParseCharClass()
2044 status_->set_code(kRegexpInternalError); in ParsePerlFlags()
Dregexp.cc512 code = kRegexpInternalError; in CodeText()
Dre2.cc74 case re2::kRegexpInternalError: in RegexpErrorToRE2()