Searched refs:RangeTombstone (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/db/ |
| D | range_del_aggregator_bench.cc | 101 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 ()()
|
| D | range_tombstone_fragmenter_test.cc | 21 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;
|
| D | dbformat.h | 602 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
|
| D | range_del_aggregator_test.cc | 26 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()
|
| D | range_tombstone_fragmenter.h | 151 RangeTombstone Tombstone() const { in Tombstone() 152 return RangeTombstone(start_key(), end_key(), seq()); in Tombstone()
|
| D | dbformat_test.cc | 196 RangeTombstone t("a", "b", 2); in TEST_F()
|
| D | external_sst_file_ingestion_job.cc | 501 RangeTombstone tombstone(key, range_del_iter->value()); in GetIngestedFileInfo()
|
| /rocksdb-6.9/table/ |
| D | sst_file_writer.cc | 112 RangeTombstone tombstone(begin_key, end_key, 0 /* Sequence Number */); in DeleteRange()
|
| D | table_test.cc | 1491 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()
|