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

  /external/pcre/dist/
pcrecpp.h 358 RE_Options() : match_limit_(0), match_limit_recursion_(0), all_options_(0) {}
368 RE_Options(int option_flags) : match_limit_(0), match_limit_recursion_(0),
373 int match_limit() const { return match_limit_; };
375 match_limit_ = limit;
459 int match_limit_; member in class:pcrecpp::RE_Options
  /external/chromium_org/third_party/re2/util/
pcre.h 516 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
pcre.cc 60 match_limit_ = match_limit;
474 int match_limit = match_limit_;
    [all...]
  /external/regex-re2/util/
pcre.h 510 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
pcre.cc 55 match_limit_ = match_limit;
469 int match_limit = match_limit_;
    [all...]

Completed in 220 milliseconds