Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/include/
Dpcrecpp.h363 match_limit_(0), in RE_Options()
378 match_limit_(0), in RE_Options()
385 int match_limit() const { return match_limit_; }; in match_limit()
387 match_limit_ = limit; in set_match_limit()
480 int match_limit_; variable