Home
last modified time | relevance | path

Searched refs:seq_ (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/table/
Dget_context.cc61 seq_(seq), in GetContext()
68 if (seq_) { in GetContext()
69 *seq_ = kMaxSequenceNumber; in GetContext()
208 if (seq_ != nullptr) { in SaveValue()
210 if (*seq_ == kMaxSequenceNumber) { in SaveValue()
211 *seq_ = parsed_key.sequence; in SaveValue()
Dget_context.h143 bool NeedToReadSequence() const { return (seq_ != nullptr); } in NeedToReadSequence()
179 SequenceNumber* seq_; variable
Dtable_test.cc1538 ASSERT_EQ(t.seq_, expected_t.seq_); in TEST_P()
/rocksdb-6.9/db/
Ddbformat.h605 SequenceNumber seq_; member
608 : start_key_(sk), end_key_(ek), seq_(sn) {} in RangeTombstone()
612 seq_ = parsed_key.sequence; in RangeTombstone()
618 auto key = InternalKey(start_key_, seq_, kTypeRangeDeletion); in Serialize()
625 return InternalKey(start_key_, seq_, kTypeRangeDeletion); in SerializeKey()
Drange_del_aggregator_bench.cc116 tombstone = RangeTombstone(start_key, end_key, t.tombstone.seq_); in operator =()
126 tombstone = RangeTombstone(start_key, end_key, t.tombstone.seq_); in operator =()
Drange_tombstone_fragmenter_test.cc37 EXPECT_EQ(tombstone.seq_, iter->seq()); in CheckIterPosition()
42 EXPECT_EQ(tombstone.seq_, GetInternalKeySeqno(iter->key())); in CheckIterPosition()
Drange_del_aggregator_test.cc174 EXPECT_EQ(tombstone.seq_, iter->seq()); in CheckIterPosition()
179 EXPECT_EQ(tombstone.seq_, GetInternalKeySeqno(iter->key())); in CheckIterPosition()
Dbuilder.cc182 tombstone.seq_, internal_comparator); in BuildTable()
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc1222 if (bottommost_level_ && tombstone.seq_ <= earliest_snapshot) { in FinishCompactionOutputFile()
1257 *lower_bound, lower_bound_from_sub_compact ? tombstone.seq_ : 0, in FinishCompactionOutputFile()
1287 tombstone.seq_, in FinishCompactionOutputFile()