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

  /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...]

Completed in 70 milliseconds