Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction_iterator.h111 const Slice& user_key() const { return current_user_key_; } in user_key()
198 Slice current_user_key_; variable
Dcompaction_iterator.cc285 !cmp_->Equal(ikey_.user_key, current_user_key_)) { in NextFromInput()
289 current_user_key_ = ikey_.user_key; in NextFromInput()