Home
last modified time | relevance | path

Searched refs:log_errors (Results 1 – 4 of 4) sorted by relevance

/external/regex-re2/re2/
Dre2.cc135 if (log_errors()) in ParseFlags()
195 if (options_.log_errors()) { in Init()
217 if (options_.log_errors()) in Init()
238 if (options_.log_errors()) in ReverseProg()
532 if (options_.log_errors()) in Match()
538 if (options_.log_errors()) in Match()
658 if (options_.log_errors()) in Match()
743 if (!skipped_test && options_.log_errors()) in Match()
754 if (!skipped_test && options_.log_errors()) in Match()
764 if (!skipped_test && options_.log_errors()) in Match()
[all …]
Dset.cc42 if (options_.log_errors()) in Add()
85 if (options_.log_errors()) in Compile()
Dfiltered_re2.cc30 if (options.log_errors()) { in Add()
Dre2.h599 bool log_errors() const { return log_errors_; } in log_errors() function