Home
last modified time | relevance | path

Searched refs:matched_atoms (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dfiltered_re2.cc112 void FilteredRE2::RegexpsGivenStrings(const std::vector<int>& matched_atoms, in RegexpsGivenStrings() argument
114 prefilter_tree_->RegexpsGivenStrings(matched_atoms, passed_regexps); in RegexpsGivenStrings()
Dfiltered_re2.h91 void RegexpsGivenStrings(const std::vector<int>& matched_atoms,
Dprefilter_tree.cc297 const std::vector<int>& matched_atoms, in RegexpsGivenStrings() argument
313 for (size_t j = 0; j < matched_atoms.size(); j++) in RegexpsGivenStrings()
314 matched_atom_ids.push_back(atom_index_to_id_[matched_atoms[j]]); in RegexpsGivenStrings()
Dprefilter_tree.h53 void RegexpsGivenStrings(const std::vector<int>& matched_atoms,
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dfiltered_re2_test.cc204 const std::vector<std::string>& matched_atoms, in FindAtomIndices() argument
207 for (size_t i = 0; i < matched_atoms.size(); i++) { in FindAtomIndices()
209 if (matched_atoms[i] == atoms[j]) { in FindAtomIndices()