Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h626 longest_match_(false), in Options()
647 bool longest_match() const { return longest_match_; } in longest_match()
648 void set_longest_match(bool b) { longest_match_ = b; } in set_longest_match()
689 bool longest_match_; variable
Dre2.cc48 longest_match_(opt == RE2::POSIX), in Options()