Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock.h409 return SeekForGetImpl(target); in SeekForGet()
479 bool SeekForGetImpl(const Slice& target);
Dblock.cc282 bool DataBlockIter::SeekForGetImpl(const Slice& target) { in SeekForGetImpl() function in ROCKSDB_NAMESPACE::DataBlockIter