Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dpcre.h509 bool report_errors_; // Silences error logging if false variable
531 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
Dpcre.cc59 report_errors_ = report_errors; in Init()