HomeSort by relevance Sort by last modified time
    Searched refs:atom_index_to_id_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/re2/re2/
prefilter_tree.h 123 vector<int> atom_index_to_id_; member in class:re2::PrefilterTree
prefilter_tree.cc 209 atom_index_to_id_.push_back(unique_id);
303 matched_atom_ids.push_back(atom_index_to_id_[matched_atoms[j]]);
304 VLOG(10) << "Atom id:" << atom_index_to_id_[matched_atoms[j]];
365 VLOG(10) << "#Unique Atoms: " << atom_index_to_id_.size();
  /external/regex-re2/re2/
prefilter_tree.h 120 vector<int> atom_index_to_id_; member in class:re2::PrefilterTree
prefilter_tree.cc 202 atom_index_to_id_.push_back(unique_id);
296 matched_atom_ids.push_back(atom_index_to_id_[matched_atoms[j]]);
297 VLOG(10) << "Atom id:" << atom_index_to_id_[matched_atoms[j]];
358 VLOG(10) << "#Unique Atoms: " << atom_index_to_id_.size();

Completed in 95 milliseconds