HomeSort by relevance Sort by last modified time
    Searched refs:report_errors_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/util/
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
pcre.cc 64 report_errors_ = report_errors;
    [all...]

Completed in 124 milliseconds