Lines Matching refs:sequence
156 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in Next()
223 current_key_.UpdateInternalKey(ikey_.sequence, kTypeDeletion); in InvokeFilterIfNeeded()
294 current_key_committed_ = KeyCommitted(ikey_.sequence); in NextFromInput()
307 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in NextFromInput()
316 current_key_committed_ = KeyCommitted(ikey_.sequence); in NextFromInput()
336 current_user_key_sequence_ = ikey_.sequence; in NextFromInput()
342 : findEarliestVisibleSnapshot(ikey_.sequence, &prev_snapshot); in NextFromInput()
412 DEFINITELY_NOT_IN_SNAPSHOT(next_ikey.sequence, prev_snapshot)) { in NextFromInput()
425 ikey_.sequence, earliest_write_conflict_snapshot_)) { in NextFromInput()
473 if (compaction_ != nullptr && IN_EARLIEST_SNAPSHOT(ikey_.sequence) && in NextFromInput()
514 IN_EARLIEST_SNAPSHOT(ikey_.sequence) && in NextFromInput()
554 DEFINITELY_NOT_IN_SNAPSHOT(next_ikey.sequence, prev_snapshot))) { in NextFromInput()
598 current_key_.UpdateInternalKey(ikey_.sequence, ikey_.type); in NextFromInput()
674 IN_EARLIEST_SNAPSHOT(ikey_.sequence) && ikey_.type != kTypeMerge) { in PrepareOutput()
681 ikey_.sequence = 0; in PrepareOutput()
736 (ikey_.sequence < preserve_deletes_seqnum_); in ikeyNotNeededForIncrementalSnapshot()
739 bool CompactionIterator::IsInEarliestSnapshot(SequenceNumber sequence) { in IsInEarliestSnapshot() argument
750 snapshot_checker_->CheckInSnapshot(sequence, earliest_snapshot_); in IsInEarliestSnapshot()
764 snapshot_checker_->CheckInSnapshot(sequence, earliest_snapshot_); in IsInEarliestSnapshot()