Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h455 int stack_limit, bool report_errors);
541 bool report_errors() const { return report_errors_; } in report_errors() function
542 void set_report_errors(bool report_errors) { in set_report_errors() argument
543 report_errors_ = report_errors; in set_report_errors()
Dpcre.cc104 int stack_limit, bool report_errors) { in Init() argument
111 report_errors_ = report_errors; in Init()
141 re_option.stack_limit(), re_option.report_errors()); in PCRE()
146 re_option.stack_limit(), re_option.report_errors()); in PCRE()
/external/python/cpython2/Tools/webchecker/
Dwebchecker.py362 self.report_errors()
364 def report_errors(self): member in Checker