Home
last modified time | relevance | path

Searched refs:report_errors (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/util/
Dpcre.h464 int stack_limit, bool report_errors);
548 bool report_errors() const { return report_errors_; } in report_errors() function
549 void set_report_errors(bool report_errors) { in set_report_errors() argument
550 report_errors_ = report_errors; in set_report_errors()
Dpcre.cc52 int stack_limit, bool report_errors) { in Init() argument
59 report_errors_ = report_errors; in Init()
89 re_option.stack_limit(), re_option.report_errors()); in PCRE()
94 re_option.stack_limit(), re_option.report_errors()); in PCRE()