Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Drange_tombstone_fragmenter.cc221 : tombstone_start_cmp_(icmp.user_comparator()), in FragmentedRangeTombstoneIterator()
236 : tombstone_start_cmp_(icmp.user_comparator()), in FragmentedRangeTombstoneIterator()
321 tombstone_start_cmp_); in SeekForPrevToCoveringTombstone()
Drange_tombstone_fragmenter.h241 const RangeTombstoneStackStartComparator tombstone_start_cmp_; variable