Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dhash_table.h81 insertion_table_.reset(new Partition(kInitialHashBuckets, hasher_)); in hasher_()
103 std::unique_ptr<Partition> insertion_table_; variable
177 if (!insertion_table_->Insert(value)) { in Insert()
179 new Partition(insertion_table_->HashBuckets() * kResizeFactor, hasher_)); in Insert()
184 full_table_ = std::move(insertion_table_); in Insert()
185 insertion_table_ = std::move(new_hash_table); in Insert()
200 return insertion_table_->Lookup(key, hash_value); in Lookup()
240 insertion_table_->PrintStats("insertion_table", verbose); in PrintStats()