Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprefilter_tree.cc213 atom_index_to_id_.push_back(unique_id); in AssignUniqueIds()
314 matched_atom_ids.push_back(atom_index_to_id_[matched_atoms[j]]); in RegexpsGivenStrings()
368 LOG(ERROR) << "#Unique Atoms: " << atom_index_to_id_.size(); in PrintDebugInfo()
Dprefilter_tree.h125 std::vector<int> atom_index_to_id_; variable