Home
last modified time | relevance | path

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

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_reader_test.cc361 std::string not_found_key2; in TEST_F() local
362 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
365 GetContext::kNotFound, Slice(not_found_key2), &value, in TEST_F()
368 reader.Get(ReadOptions(), Slice(not_found_key2), &get_context2, nullptr)); in TEST_F()