Home
last modified time | relevance | path

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

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_reader_test.cc345 std::string not_found_key; in TEST_F() local
348 AppendInternalKey(&not_found_key, ikey); in TEST_F()
351 Slice(not_found_key), &value, nullptr, nullptr, true, in TEST_F()
354 reader.Get(ReadOptions(), Slice(not_found_key), &get_context, nullptr)); in TEST_F()