Home
last modified time | relevance | path

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

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc74 get_slice_hash_(get_slice_hash), in CuckooTableBuilder()
197 hash_table_size_, identity_as_first_hash_, get_slice_hash_); in MakeHashTable()
225 hash_table_size_, identity_as_first_hash_, get_slice_hash_); in MakeHashTable()
480 get_slice_hash_); in MakeSpaceForKey()
Dcuckoo_table_reader.cc54 get_slice_hash_(get_slice_hash) { in CuckooTableReader()
153 identity_as_first_hash_, get_slice_hash_); in Get()
Dcuckoo_table_reader.h95 uint64_t (*get_slice_hash_)(const Slice& s, uint32_t index, variable
Dcuckoo_table_builder.h127 uint64_t (*get_slice_hash_)(const Slice& s, uint32_t index, variable