Searched defs:longest_match_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dre2.h584 bool longest_match() const { return longest_match_; }
585 void set_longest_match(bool b) { longest_match_ = b; }
617 longest_match_ = src.longest_match_;
634 bool longest_match_; member in class:re2::RE2::Options
/external/regex-re2/re2/
H A Dre2.h565 longest_match_(false),
596 bool longest_match() const { return longest_match_; }
597 void set_longest_match(bool b) { longest_match_ = b; }
629 longest_match_ = src.longest_match_;
646 bool longest_match_; member in class:re2::RE2::Options

Completed in 49 milliseconds