Searched refs:atom_index_to_id_ (Results 1 – 2 of 2) sorted by relevance
202 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()
120 vector<int> atom_index_to_id_; variable