OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:report_errors
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/util/
pcre.h
470
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
) {
556
report_errors_ =
report_errors
;
/external/regex-re2/util/
pcre.h
464
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
) {
550
report_errors_ =
report_errors
;
Completed in 743 milliseconds