Searched refs:report_errors (Results 1 – 3 of 3) sorted by relevance
455 int stack_limit, bool report_errors);541 bool report_errors() const { return report_errors_; } in report_errors() function542 void set_report_errors(bool report_errors) { in set_report_errors() argument543 report_errors_ = report_errors; in set_report_errors()
104 int stack_limit, bool report_errors) { in Init() argument111 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()
362 self.report_errors()364 def report_errors(self): member in Checker