Searched refs:matched_atoms (Results 1 – 5 of 5) sorted by relevance
112 void FilteredRE2::RegexpsGivenStrings(const std::vector<int>& matched_atoms, in RegexpsGivenStrings() argument114 prefilter_tree_->RegexpsGivenStrings(matched_atoms, passed_regexps); in RegexpsGivenStrings()
91 void RegexpsGivenStrings(const std::vector<int>& matched_atoms,
297 const std::vector<int>& matched_atoms, in RegexpsGivenStrings() argument313 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()
53 void RegexpsGivenStrings(const std::vector<int>& matched_atoms,
204 const std::vector<std::string>& matched_atoms, in FindAtomIndices() argument207 for (size_t i = 0; i < matched_atoms.size(); i++) { in FindAtomIndices()209 if (matched_atoms[i] == atoms[j]) { in FindAtomIndices()