Home
last modified time | relevance | path

Searched defs:report_errors (Results 1 – 3 of 3) sorted by relevance

/external/regex-re2/util/
Dpcre.h548 bool report_errors() const { return report_errors_; } in report_errors() function
549 void set_report_errors(bool report_errors) { in set_report_errors()
Dpcre.cc52 int stack_limit, bool report_errors) { in Init()
/external/python/cpython2/Tools/webchecker/
Dwebchecker.py364 def report_errors(self): member in Checker