Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dfiltered_re2.cc92 void FilteredRE2::RegexpsGivenStrings(const vector<int>& matched_atoms, in RegexpsGivenStrings() argument
94 prefilter_tree_->RegexpsGivenStrings(matched_atoms, passed_regexps); in RegexpsGivenStrings()
Dprefilter_tree.cc284 const vector<int>& matched_atoms, in RegexpsGivenStrings() argument
295 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()
Dfiltered_re2.h82 void RegexpsGivenStrings(const vector<int>& matched_atoms,
Dprefilter_tree.h51 void RegexpsGivenStrings(const vector<int>& matched_atoms,
/external/regex-re2/re2/testing/
Dfiltered_re2_test.cc193 const vector<string> matched_atoms, in FindAtomIndices() argument
196 for (int i = 0; i < matched_atoms.size(); i++) { in FindAtomIndices()
199 if (matched_atoms[i] == atoms[j]) { in FindAtomIndices()