Searched defs:report_errors_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dpcre.h515 bool report_errors_; // Silences error logging if false member in class:re2::PCRE
537 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
554 bool report_errors() const { return report_errors_; }
556 report_errors_ = report_errors;
562 bool report_errors_; member in class:re2::PCRE_Options
/external/regex-re2/util/
H A Dpcre.h509 bool report_errors_; // Silences error logging if false member in class:re2::PCRE
531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
548 bool report_errors() const { return report_errors_; }
550 report_errors_ = report_errors;
556 bool report_errors_; member in class:re2::PCRE_Options

Completed in 65 milliseconds