Lines Matching refs:user_key
158 ikey_.user_key = current_key_.GetUserKey(); in Next()
201 Slice& filter_key = ikey_.type == kTypeValue ? ikey_.user_key : key_; in InvokeFilterIfNeeded()
212 cmp_->Compare(*compaction_filter_skip_until_.rep(), ikey_.user_key) <= in InvokeFilterIfNeeded()
285 !cmp_->Equal(ikey_.user_key, current_user_key_)) { in NextFromInput()
289 current_user_key_ = ikey_.user_key; in NextFromInput()
309 ikey_.user_key = current_key_.GetUserKey(); in NextFromInput()
408 cmp_->Equal(ikey_.user_key, next_ikey.user_key)) { in NextFromInput()
474 compaction_->KeyNotExistsBeyondOutputLevel(ikey_.user_key, in NextFromInput()
516 compaction_->KeyNotExistsBeyondOutputLevel(ikey_.user_key, in NextFromInput()
552 cmp_->Equal(ikey_.user_key, next_ikey.user_key) && in NextFromInput()
560 cmp_->Equal(ikey_.user_key, next_ikey.user_key)) { in NextFromInput()
600 ikey_.user_key = current_key_.GetUserKey(); in NextFromInput()
645 user_key(), value_, &compaction_filter_value_); in PrepareOutput()