Searched refs:OrStrings (Results 1 – 2 of 2) sorted by relevance
80 static Prefilter* OrStrings(std::set<std::string>* ss);
167 Prefilter* Prefilter::OrStrings(std::set<std::string>* ss) { in OrStrings() function in re2::Prefilter262 match_ = Prefilter::OrStrings(&exact_); in TakeMatch()