Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dre2.h565 longest_match_(false), in Options()
596 bool longest_match() const { return longest_match_; } in longest_match()
597 void set_longest_match(bool b) { longest_match_ = b; } in set_longest_match()
629 longest_match_ = src.longest_match_; in Copy()
646 bool longest_match_; variable
Dre2.cc42 longest_match_(opt == RE2::POSIX), in Options()