Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_reader.cc559 Slice prefix_slice; in Get() local
572 prefix_slice = Slice(); in Get()
575 prefix_slice = GetPrefix(target); in Get()
576 prefix_hash = GetSliceHash(prefix_slice); in Get()
585 Status s = GetOffset(&decoder, target, prefix_slice, prefix_hash, in Get()
605 if (GetPrefix(found_key) != prefix_slice) { in Get()
699 Slice prefix_slice = table_->GetPrefix(target); in Seek() local
703 prefix_hash = GetSliceHash(prefix_slice); in Seek()
711 status_ = table_->GetOffset(&decoder_, target, prefix_slice, prefix_hash, in Seek()
722 if (table_->GetPrefix(key()) != prefix_slice) { in Seek()