Searched refs:report_errors_ (Results 1 – 2 of 2) sorted by relevance
500 bool report_errors_; // Silences error logging if false variable524 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
111 report_errors_ = report_errors; in Init()