Searched refs:matched_atoms (Results 1 – 5 of 5) sorted by relevance
92 void FilteredRE2::RegexpsGivenStrings(const vector<int>& matched_atoms, in RegexpsGivenStrings() argument94 prefilter_tree_->RegexpsGivenStrings(matched_atoms, passed_regexps); in RegexpsGivenStrings()
284 const vector<int>& matched_atoms, in RegexpsGivenStrings() argument295 for (int j = 0; j < matched_atoms.size(); j++) { in RegexpsGivenStrings()296 matched_atom_ids.push_back(atom_index_to_id_[matched_atoms[j]]); in RegexpsGivenStrings()297 VLOG(10) << "Atom id:" << atom_index_to_id_[matched_atoms[j]]; in RegexpsGivenStrings()
82 void RegexpsGivenStrings(const vector<int>& matched_atoms,
51 void RegexpsGivenStrings(const vector<int>& matched_atoms,
193 const vector<string> matched_atoms, in FindAtomIndices() argument196 for (int i = 0; i < matched_atoms.size(); i++) { in FindAtomIndices()199 if (matched_atoms[i] == atoms[j]) { in FindAtomIndices()