Home
last modified time | relevance | path

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

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc72 use_module_hash_(use_module_hash), in CuckooTableBuilder()
152 if (!use_module_hash_) { in Add()
196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
224 uint64_t hash_val = CuckooHash(user_key, num_hash_func_, use_module_hash_, in MakeHashTable()
251 if (use_module_hash_) { in Finish()
350 reinterpret_cast<const char*>(&use_module_hash_), in Finish()
351 sizeof(use_module_hash_)); in Finish()
413 if (use_module_hash_) { in FileSize()
479 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
Dcuckoo_table_reader.cc43 use_module_hash_(false), in CuckooTableReader()
129 use_module_hash_ = *reinterpret_cast<const bool*>( in CuckooTableReader()
152 user_key, hash_cnt, use_module_hash_, table_size_, in Get()
191 bucket_length_ * CuckooHash(user_key, 0, use_module_hash_, table_size_, in Prepare()
Dcuckoo_table_reader.h82 bool use_module_hash_; variable
Dcuckoo_table_builder.h125 bool use_module_hash_; variable