Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddbformat.h334 class IterKey {
336 IterKey() in IterKey() function
343 IterKey(const IterKey&) = delete;
344 void operator=(const IterKey&) = delete;
346 ~IterKey() { ResetBuffer(); } in ~IterKey()
Dtable_cache.cc50 void AppendVarint64(IterKey* key, uint64_t v) { in AppendVarint64()
285 IterKey& row_cache_key) { in CreateRowCacheKeyPrefix()
317 bool TableCache::GetFromRowCache(const Slice& user_key, IterKey& row_cache_key, in GetFromRowCache()
364 IterKey row_cache_key; in Get()
449 IterKey row_cache_key; in MultiGet()
Dtable_cache.h211 GetContext* get_context, IterKey& row_cache_key);
215 bool GetFromRowCache(const Slice& user_key, IterKey& row_cache_key,
Ddb_iter.h284 IterKey saved_key_;
304 IterKey prefix_;
Dforward_iterator.h151 IterKey prev_key_;
Ddb_iter.cc595 IterKey last_key; in ReverseToForward()
631 IterKey last_key; in ReverseToBackward()
1067 IterKey last_key; in FindUserKeyBeforeSavedKey()
Ddbformat.cc197 void IterKey::EnlargeBuffer(size_t key_size) { in EnlargeBuffer()
Ddbformat_test.cc138 IterKey k; in TEST_F()
/rocksdb-6.9/table/block_based/
Dblock.h313 IterKey key_;
475 inline int Compare(const IterKey& ikey, const Slice& b) const { in Compare()
591 IterKey first_internal_key;
615 inline int Compare(const IterKey& ikey, const Slice& b) const { in Compare()
Dblock.cc642 IterKey& first_internal_key = global_seqno_state_->first_internal_key; in DecodeCurrentValue()
/rocksdb-6.9/table/plain/
Dplain_table_key_coding.h60 IterKey pre_prefix_;
171 IterKey cur_key_;
/rocksdb-6.9/db/compaction/
Dcompaction_iterator.h197 IterKey current_key_;
Dcompaction_job.cc885 IterKey start_iter; in ProcessKeyValueCompaction()
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_reader.cc255 IterKey curr_key_;
Dcuckoo_table_reader_test.cc393 IterKey k; in GetKeys()
Dcuckoo_table_builder_test.cc141 IterKey ikey; in GetInternalKey()
/rocksdb-6.9/memtable/
Dhash_linklist_rep.cc431 IterKey encoded_key; in Seek()