Home
last modified time | relevance | path

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

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_reader_test.cc344 std::string not_found_user_key = "key" + NumToStr(num_items); in TEST_F() local
346 AddHashLookups(not_found_user_key, 0, kNumHashFunc); in TEST_F()
347 ParsedInternalKey ikey(not_found_user_key, 1000, kTypeValue); in TEST_F()