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

  /external/chromium_org/third_party/re2/util/
pcre.cc 19 #define PCREPORT(level) LOG(level)
70 PCREPORT(ERROR)
140 PCREPORT(ERROR) << "Error compiling '" << pattern_ << "': " << error;
470 PCREPORT(ERROR) << "Matching against invalid re: " << *error_;
525 PCREPORT(WARNING) << "Exceeded match limit of " << match_limit
532 PCREPORT(WARNING) << "Exceeded stack limit of " << stack_limit
545 PCREPORT(ERROR) << "Unexpected return code: " << rc
626 PCREPORT(ERROR) << "requested group " << n
637 PCREPORT(ERROR) << "invalid rewrite pattern: " << rewrite.data();
    [all...]
  /external/regex-re2/util/
pcre.cc 14 #define PCREPORT(level) LOG(level)
65 PCREPORT(ERROR)
135 PCREPORT(ERROR) << "Error compiling '" << pattern_ << "': " << error;
465 PCREPORT(ERROR) << "Matching against invalid re: " << *error_;
520 PCREPORT(WARNING) << "Exceeded match limit of " << match_limit
527 PCREPORT(WARNING) << "Exceeded stack limit of " << stack_limit
540 PCREPORT(ERROR) << "Unexpected return code: " << rc
621 PCREPORT(ERROR) << "requested group " << n
632 PCREPORT(ERROR) << "invalid rewrite pattern: " << rewrite.data();
    [all...]

Completed in 351 milliseconds