Home
last modified time | relevance | path

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

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_reader_test.cc46 const uint32_t kNumHashFunc = 10; variable
227 SetUp(kNumHashFunc); in TEST_F()
235 AddHashLookups(user_keys[i], i, kNumHashFunc); in TEST_F()
244 AddHashLookups(user_keys[i], 0, kNumHashFunc); in TEST_F()
254 SetUp(kNumHashFunc); in TEST_F()
263 AddHashLookups(user_keys[i], i, kNumHashFunc); in TEST_F()
282 SetUp(2*kNumHashFunc); in TEST_F()
301 SetUp(2*kNumHashFunc); in TEST_F()
322 SetUp(kNumHashFunc); in TEST_F()
359 AddHashLookups(not_found_user_key2, kNumHashFunc, kNumHashFunc); in TEST_F()
[all …]
Dcuckoo_table_builder.cc30 const std::string CuckooTablePropertyNames::kNumHashFunc = member in ROCKSDB_NAMESPACE::CuckooTablePropertyNames
329 CuckooTablePropertyNames::kNumHashFunc].assign( in Finish()
Dcuckoo_table_reader.cc67 auto hash_funs = user_props.find(CuckooTablePropertyNames::kNumHashFunc); in CuckooTableReader()
Dcuckoo_table_builder_test.cc90 CuckooTablePropertyNames::kNumHashFunc].data()); in CheckFileContents()
/rocksdb-6.9/include/rocksdb/
Dtable.h430 static const std::string kNumHashFunc; member