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