Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h500 bool report_errors_; // Silences error logging if false variable
524 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {} in PCRE_Options()
541 bool report_errors() const { return report_errors_; } in report_errors()
543 report_errors_ = report_errors; in set_report_errors()
549 bool report_errors_; variable
Dpcre.cc111 report_errors_ = report_errors; in Init()