Searched refs:report_errors_ (Results 1 – 2 of 2) sorted by relevance
509 bool report_errors_; // Silences error logging if false variable531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {} in PCRE_Options()548 bool report_errors() const { return report_errors_; } in report_errors()550 report_errors_ = report_errors; in set_report_errors()556 bool report_errors_; variable
59 report_errors_ = report_errors; in Init()