Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction_iterator.cc156 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in Next()
157 key_ = current_key_.GetInternalKey(); in Next()
158 ikey_.user_key = current_key_.GetUserKey(); in Next()
257 key_ = current_key_.SetInternalKey(key_); in NextFromInput()
288 key_ = current_key_.SetInternalKey(key_, &ikey_); in NextFromInput()
307 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in NextFromInput()
308 key_ = current_key_.GetInternalKey(); in NextFromInput()
309 ikey_.user_key = current_key_.GetUserKey(); in NextFromInput()
599 key_ = current_key_.GetInternalKey(); in NextFromInput()
600 ikey_.user_key = current_key_.GetUserKey(); in NextFromInput()
[all …]
Dcompaction_iterator.h197 IterKey current_key_; variable