Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Drange_tombstone_fragmenter.h27 struct RangeTombstoneStack { struct
45 std::vector<RangeTombstoneStack>::const_iterator begin() const { in begin()
49 std::vector<RangeTombstoneStack>::const_iterator end() const { in end()
80 std::vector<RangeTombstoneStack> tombstones_;
184 using RangeTombstoneStack = FragmentedRangeTombstoneList::RangeTombstoneStack;
189 bool operator()(const RangeTombstoneStack& a, in operator()
190 const RangeTombstoneStack& b) const { in operator()
208 bool operator()(const RangeTombstoneStack& a, in operator()
209 const RangeTombstoneStack& b) const { in operator()
249 std::vector<RangeTombstoneStack>::const_iterator pos_;
[all …]