Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddbformat_test.cc142 ASSERT_EQ(std::string(k.GetUserKey().data(), k.GetUserKey().size()), in TEST_F()
146 ASSERT_EQ(std::string(k.GetUserKey().data(), k.GetUserKey().size()), in TEST_F()
150 ASSERT_EQ(std::string(k.GetUserKey().data(), k.GetUserKey().size()), in TEST_F()
154 ASSERT_EQ(std::string(k.GetUserKey().data(), k.GetUserKey().size()), in TEST_F()
158 ASSERT_EQ(std::string(k.GetUserKey().data(), k.GetUserKey().size()), in TEST_F()
162 ASSERT_EQ(std::string(k.GetUserKey().data(), k.GetUserKey().size()), in TEST_F()
166 ASSERT_EQ(std::string(k.GetUserKey().data(), k.GetUserKey().size()), in TEST_F()
171 ASSERT_EQ(std::string(k.GetUserKey().data(), k.GetUserKey().size()), in TEST_F()
Ddb_iter.cc102 *prop = saved_key_.GetUserKey().ToString(); in GetProperty()
152 prefix = prefix_.GetUserKey(); in Next()
259 ikey_.user_key, saved_key_.GetUserKey()) <= 0) { in FindNextUserEntryInternal()
372 ikey_.user_key, saved_key_.GetUserKey()); in FindNextUserEntryInternal()
574 prefix = prefix_.GetUserKey(); in Prev()
663 prefix_extractor_->Transform(saved_key_.GetUserKey()) in PrevInternal()
672 user_comparator_.Compare(saved_key_.GetUserKey(), in PrevInternal()
675 user_comparator_.Compare(saved_key_.GetUserKey(), in PrevInternal()
973 merge_operator_, saved_key_.GetUserKey(), &val, in FindValueForCurrentKeyUsingSeek()
1005 merge_operator_, saved_key_.GetUserKey(), nullptr, in FindValueForCurrentKeyUsingSeek()
[all …]
Ddb_iter.h149 const Slice ukey_and_ts = saved_key_.GetUserKey(); in key()
176 const Slice ukey_and_ts = saved_key_.GetUserKey(); in timestamp()
Dtable_cache.cc323 ioptions_.row_cache->Lookup(row_cache_key.GetUserKey())) { in GetFromRowCache()
422 ioptions_.row_cache->Insert(row_cache_key.GetUserKey(), row_ptr, charge, in Get()
542 ioptions_.row_cache->Insert(row_cache_key.GetUserKey(), row_ptr, charge, in MultiGet()
Ddbformat.h359 Slice GetUserKey() const { in GetUserKey() function
Dforward_iterator.cc508 prefix_extractor_->Transform(prev_key_.GetUserKey()) in Next()
/rocksdb-6.9/table/plain/
Dplain_table_key_coding.cc115 if (key_count_for_prefix_ == 0 || prefix != pre_prefix_.GetUserKey() || in AppendKey()
131 static_cast<uint32_t>(pre_prefix_.GetUserKey().size()), in AppendKey()
135 static_cast<uint32_t>(pre_prefix_.GetUserKey().size()); in AppendKey()
377 saved_user_key_ = cur_key_.GetUserKey(); in NextPrefixEncodingKey()
431 saved_user_key_ = cur_key_.GetUserKey(); in NextPrefixEncodingKey()
437 parsed_key->user_key = cur_key_.GetUserKey(); in NextPrefixEncodingKey()
Dplain_table_builder.h124 return GetPrefixFromUserKey(GetUserKey(target)); in GetPrefix()
131 Slice GetUserKey(const Slice& key) const { in GetUserKey() function
Dplain_table_reader.h182 return GetPrefixFromUserKey(GetUserKey(target)); in GetPrefix()
189 Slice GetUserKey(const Slice& key) const { in GetUserKey() function
Dplain_table_reader.cc567 if (!MatchBloom(GetSliceHash(GetUserKey(target)))) { in Get()
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc172 Slice CuckooTableBuilder::GetUserKey(uint64_t idx) const { in GetUserKey() function in ROCKSDB_NAMESPACE::CuckooTableBuilder
193 Slice user_key = GetUserKey(vector_idx); in MakeHashTable()
209 GetUserKey((*buckets)[static_cast<size_t>(hash_val)].vector_idx)) == 0) { in MakeHashTable()
478 uint64_t child_bucket_id = CuckooHash(GetUserKey(curr_bucket.vector_idx), in MakeSpaceForKey()
Dcuckoo_table_builder.h97 inline Slice GetUserKey(uint64_t idx) const;
/rocksdb-6.9/db/compaction/
Dcompaction_iterator.cc158 ikey_.user_key = current_key_.GetUserKey(); in Next()
309 ikey_.user_key = current_key_.GetUserKey(); in NextFromInput()
600 ikey_.user_key = current_key_.GetUserKey(); in NextFromInput()
/rocksdb-6.9/memtable/
Dhash_linklist_rep.cc433 skip_list_iter_->Seek(encoded_key.GetUserKey().data()); in Seek()
/rocksdb-6.9/table/block_based/
Dblock.cc358 if (user_comparator_->Compare(key_.GetUserKey(), target_user_key) != 0) { in SeekForGetImpl()