Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_reader.cc240 key_prefix_slice = GetPrefix(key); in PopulateIndexRecordList()
257 index_builder->AddKeyPrefix(GetPrefix(key), key_offset); in PopulateIndexRecordList()
495 if (GetPrefix(low_key) == prefix) { in GetOffset()
549 uint32_t prefix_hash = GetSliceHash(GetPrefix(target)); in Prepare()
575 prefix_slice = GetPrefix(target); in Get()
605 if (GetPrefix(found_key) != prefix_slice) { in Get()
699 Slice prefix_slice = table_->GetPrefix(target); in Seek()
722 if (table_->GetPrefix(key()) != prefix_slice) { in Seek()
Dplain_table_builder.h122 Slice GetPrefix(const Slice& target) const { in GetPrefix() function
127 Slice GetPrefix(const ParsedInternalKey& target) const { in GetPrefix() function
Dplain_table_reader.h180 Slice GetPrefix(const Slice& target) const { in GetPrefix() function
185 Slice GetPrefix(const ParsedInternalKey& target) const { in GetPrefix() function
Dplain_table_builder.cc151 index_builder_->AddKeyPrefix(GetPrefix(internal_key), prev_offset); in Add()
/rocksdb-6.9/memtable/
Dhash_linklist_rep.cc216 Slice GetPrefix(const Slice& internal_key) const { in GetPrefix() function in ROCKSDB_NAMESPACE::__anoncfd1c5190111::HashLinkListRep
415 auto transformed = memtable_rep_.GetPrefix(k); in Seek()
575 auto transformed = GetPrefix(internal_key); in Insert()
696 auto transformed = GetPrefix(internal_key); in Contains()