Searched refs:match_limit_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dpcre.h516 int match_limit_; // Limit on execution resources member in class:re2::PCRE
537 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
543 int match_limit() const { return match_limit_; }
545 match_limit_ = match_limit;
560 int match_limit_; member in class:re2::PCRE_Options
H A Dpcre.cc60 match_limit_ = match_limit;
474 int match_limit = match_limit_;
/external/regex-re2/util/
H A Dpcre.h510 int match_limit_; // Limit on execution resources member in class:re2::PCRE
531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
537 int match_limit() const { return match_limit_; }
539 match_limit_ = match_limit;
554 int match_limit_; member in class:re2::PCRE_Options
H A Dpcre.cc55 match_limit_ = match_limit;
469 int match_limit = match_limit_;

Completed in 508 milliseconds