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
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
/external/regex-re2/util/
pcre.h
509
bool
report_errors_
; // Silences error logging if false
member in class:re2::PCRE
531
PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0),
report_errors_
(true) {}
548
bool report_errors() const { return
report_errors_
; }
550
report_errors_
= report_errors;
556
bool
report_errors_
;
member in class:re2::PCRE_Options
Completed in 290 milliseconds