HomeSort by relevance Sort by last modified time
    Searched refs:log_errors (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/re2/
set.cc 42 if (options_.log_errors())
85 if (options_.log_errors())
re2.h 478 // log_errors (true) log syntax and execution errors to ERROR
562 bool log_errors() const { return log_errors_; } function in class:re2::RE2::Options
608 bool log_errors) :
612 log_errors_(log_errors),
    [all...]
re2.cc 169 if (options_.log_errors()) {
191 if (options_.log_errors())
212 if (options_.log_errors())
509 if (options_.log_errors())
764 if (options_.log_errors())
    [all...]

Completed in 31 milliseconds