Searched refs:use_module_hash (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_factory.h | 18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument 38 if (use_module_hash) { in CuckooHash()
|
| D | cuckoo_table_reader.cc | 123 auto use_module_hash = user_props.find( in CuckooTableReader() local 125 if (use_module_hash == user_props.end()) { in CuckooTableReader() 130 use_module_hash->second.data()); in CuckooTableReader()
|
| D | cuckoo_table_builder.cc | 54 bool use_module_hash, bool identity_as_first_hash, in CuckooTableBuilder() argument 63 hash_table_size_(use_module_hash ? 0 : 2), in CuckooTableBuilder() 72 use_module_hash_(use_module_hash), in CuckooTableBuilder()
|
| D | cuckoo_table_factory.cc | 41 table_options_.cuckoo_block_size, table_options_.use_module_hash, in NewTableBuilder()
|
| D | cuckoo_table_builder.h | 28 uint32_t cuckoo_block_size, bool use_module_hash,
|
| /rocksdb-6.9/include/rocksdb/ |
| D | table.h | 482 bool use_module_hash = true; member
|
| /rocksdb-6.9/db/ |
| D | c.cc | 2119 options->rep.use_module_hash = v; in rocksdb_cuckoo_options_set_use_module_hash()
|