pcre.h | 515 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
|