Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Ddata_block_hash_index_test.cc400 may_exist = iter->SeekForGet(seek_ikey.Encode().ToString()); in TEST()
413 may_exist = iter->SeekForGet(seek_ikey.Encode().ToString()); in TEST()
436 may_exist = iter->SeekForGet(seek_ikey.Encode().ToString()); in TEST()
486 bool may_exist = iter->SeekForGet(ikey.Encode().ToString()); in TEST()
524 bool may_exist = iter->SeekForGet(ikey.Encode().ToString()); in TEST()
Dblock.h403 inline bool SeekForGet(const Slice& target) { in SeekForGet() function
Dblock_based_table_reader.cc2219 bool may_exist = biter.SeekForGet(key); in Get()
2513 bool may_exist = biter->SeekForGet(key); in MultiGet()