Searched refs:kNumHashFunc (Results 1 – 5 of 5) sorted by relevance
46 const uint32_t kNumHashFunc = 10; variable227 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 …]
30 const std::string CuckooTablePropertyNames::kNumHashFunc = member in ROCKSDB_NAMESPACE::CuckooTablePropertyNames329 CuckooTablePropertyNames::kNumHashFunc].assign( in Finish()
67 auto hash_funs = user_props.find(CuckooTablePropertyNames::kNumHashFunc); in CuckooTableReader()
90 CuckooTablePropertyNames::kNumHashFunc].data()); in CheckFileContents()
430 static const std::string kNumHashFunc; member