Searched defs:report_errors (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dpcre.h470 int stack_limit, bool report_errors);
553 // iff report_errors() is true. Default: true.
554 bool report_errors() const { return report_errors_; } function in class:re2::PCRE_Options
555 void set_report_errors(bool report_errors) { argument
556 report_errors_ = report_errors;
H A Dpcre.cc57 int stack_limit, bool report_errors) {
64 report_errors_ = report_errors;
94 re_option.stack_limit(), re_option.report_errors());
99 re_option.stack_limit(), re_option.report_errors());
56 Init(const char* pattern, Option options, int match_limit, int stack_limit, bool report_errors) argument
/external/regex-re2/util/
H A Dpcre.h464 int stack_limit, bool report_errors);
547 // iff report_errors() is true. Default: true.
548 bool report_errors() const { return report_errors_; } function in class:re2::PCRE_Options
549 void set_report_errors(bool report_errors) { argument
550 report_errors_ = report_errors;
H A Dpcre.cc52 int stack_limit, bool report_errors) {
59 report_errors_ = report_errors;
89 re_option.stack_limit(), re_option.report_errors());
94 re_option.stack_limit(), re_option.report_errors());
51 Init(const char* pattern, Option options, int match_limit, int stack_limit, bool report_errors) argument

Completed in 1159 milliseconds