Lines Matching refs:input_
67 : input_(input), in CompactionIterator()
112 input_->SetPinnedItersMgr(&pinned_iters_mgr_); in CompactionIterator()
118 input_->SetPinnedItersMgr(nullptr); in ~CompactionIterator()
172 input_->Next(); in Next()
242 while (!valid_ && input_->Valid() && !IsPausingManualCompaction() && in NextFromInput()
244 key_ = input_->key(); in NextFromInput()
245 value_ = input_->value(); in NextFromInput()
403 input_->Next(); in NextFromInput()
407 if (input_->Valid() && ParseInternalKey(input_->key(), &next_ikey) && in NextFromInput()
444 input_->Next(); in NextFromInput()
512 input_->Next(); in NextFromInput()
541 input_->Next(); in NextFromInput()
548 input_->Next(); in NextFromInput()
551 while (input_->Valid() && ParseInternalKey(input_->key(), &next_ikey) && in NextFromInput()
555 input_->Next(); in NextFromInput()
559 if (input_->Valid() && ParseInternalKey(input_->key(), &next_ikey) && in NextFromInput()
576 Status s = merge_helper_->MergeUntil(input_, range_del_agg_, in NextFromInput()
621 input_->Next(); in NextFromInput()
628 input_->Seek(skip_until); in NextFromInput()