Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Drange_tombstone_fragmenter.h61 std::vector<SequenceNumber>::const_iterator seq_end() const { in seq_end() function
146 seq_pos_ = tombstones_->seq_end(); in Invalidate()
148 pinned_seq_pos_ = tombstones_->seq_end(); in Invalidate()
225 if (pos_ != tombstones_->end() && seq_pos_ != tombstones_->seq_end() && in MaybePinKey()
Drange_tombstone_fragmenter.cc267 seq_pos_ = std::prev(tombstones_->seq_end()); in SeekToLast()
306 seq_pos_ = tombstones_->seq_end(); in SeekToCoveringTombstone()