Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprefilter.h80 static Prefilter* OrStrings(std::set<std::string>* ss);
Dprefilter.cc167 Prefilter* Prefilter::OrStrings(std::set<std::string>* ss) { in OrStrings() function in re2::Prefilter
262 match_ = Prefilter::OrStrings(&exact_); in TakeMatch()