Home
last modified time | relevance | path

Searched refs:atom_index_to_id_ (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Dprefilter_tree.cc202 atom_index_to_id_.push_back(unique_id); in AssignUniqueIds()
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()
358 VLOG(10) << "#Unique Atoms: " << atom_index_to_id_.size(); in PrintDebugInfo()
Dprefilter_tree.h120 vector<int> atom_index_to_id_; variable