Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Drange_del_aggregator_bench.cc101 RangeTombstone tombstone;
106 tombstone = RangeTombstone(start_key, end_key, seq); in PersistentRangeTombstone()
116 tombstone = RangeTombstone(start_key, end_key, t.tombstone.seq_); in operator =()
126 tombstone = RangeTombstone(start_key, end_key, t.tombstone.seq_); in operator =()
135 bool operator()(const RangeTombstone& a, const RangeTombstone& b) const { in operator ()()
Drange_tombstone_fragmenter_test.cc21 const std::vector<RangeTombstone>& range_dels) { in MakeRangeDelIter()
32 void CheckIterPosition(const RangeTombstone& tombstone, in CheckIterPosition()
47 const std::vector<RangeTombstone>& expected_tombstones) { in VerifyFragmentedRangeDels()
58 const std::vector<RangeTombstone>& expected_tombstones) { in VerifyVisibleTombstones()
69 RangeTombstone expected_position;
Ddbformat.h602 struct RangeTombstone { struct
606 RangeTombstone() = default; argument
607 RangeTombstone(Slice sk, Slice ek, SequenceNumber sn) in RangeTombstone() argument
610 RangeTombstone(ParsedInternalKey parsed_key, Slice value) { in RangeTombstone() function
Drange_del_aggregator_test.cc26 const std::vector<RangeTombstone>& range_dels) { in MakeRangeDelIter()
39 const std::vector<std::vector<RangeTombstone>>& range_dels_list) { in MakeFragmentedTombstoneLists()
169 void CheckIterPosition(const RangeTombstone& tombstone, in CheckIterPosition()
184 const std::vector<RangeTombstone>& expected_tombstones) { in VerifyFragmentedRangeDels()
Drange_tombstone_fragmenter.h151 RangeTombstone Tombstone() const { in Tombstone()
152 return RangeTombstone(start_key(), end_key(), seq()); in Tombstone()
Ddbformat_test.cc196 RangeTombstone t("a", "b", 2); in TEST_F()
Dexternal_sst_file_ingestion_job.cc501 RangeTombstone tombstone(key, range_del_iter->value()); in GetIngestedFileInfo()
/rocksdb-6.9/table/
Dsst_file_writer.cc112 RangeTombstone tombstone(begin_key, end_key, 0 /* Sequence Number */); in DeleteRange()
Dtable_test.cc1491 std::vector<RangeTombstone> expected_tombstones = { in TEST_P()
1499 RangeTombstone t(keys[i], vals[i], i); in TEST_P()
1534 RangeTombstone t(parsed_key, iter->value()); in TEST_P()