Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Ddata_block_hash_index_test.cc396 bool may_exist; in TEST() local
400 may_exist = iter->SeekForGet(seek_ikey.Encode().ToString()); in TEST()
401 ASSERT_TRUE(may_exist); in TEST()
413 may_exist = iter->SeekForGet(seek_ikey.Encode().ToString()); in TEST()
414 ASSERT_TRUE(may_exist); in TEST()
436 may_exist = iter->SeekForGet(seek_ikey.Encode().ToString()); in TEST()
437 ASSERT_TRUE(may_exist); in TEST()
486 bool may_exist = iter->SeekForGet(ikey.Encode().ToString()); in TEST() local
487 ASSERT_TRUE(may_exist); in TEST()
525 if (!may_exist) { in TEST()
[all …]
Dblock_based_table_reader.cc2219 bool may_exist = biter.SeekForGet(key); in Get() local
2222 if (!may_exist && ts_sz == 0) { in Get()
2513 bool may_exist = biter->SeekForGet(key); in MultiGet() local
2514 if (!may_exist) { in MultiGet()