Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dpcre.cc14 #define PCREPORT(level) LOG(level) macro
65 PCREPORT(ERROR) in Init()
135 PCREPORT(ERROR) << "Error compiling '" << pattern_ << "': " << error; in Compile()
465 PCREPORT(ERROR) << "Matching against invalid re: " << *error_; in TryMatch()
520 PCREPORT(WARNING) << "Exceeded match limit of " << match_limit in TryMatch()
527 PCREPORT(WARNING) << "Exceeded stack limit of " << stack_limit in TryMatch()
540 PCREPORT(ERROR) << "Unexpected return code: " << rc in TryMatch()
621 PCREPORT(ERROR) << "requested group " << n in Rewrite()
632 PCREPORT(ERROR) << "invalid rewrite pattern: " << rewrite.data(); in Rewrite()