Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dmerging_iterator.cc31 typedef BinaryHeap<IteratorWrapper*, MaxIteratorComparator> MergerMaxIterHeap;
32 typedef BinaryHeap<IteratorWrapper*, MinIteratorComparator> MergerMinIterHeap;
285 autovector<IteratorWrapper, kNumIterReserve> children_;
290 IteratorWrapper* current_;
309 void AddToMinHeapOrCheckStatus(IteratorWrapper*);
313 void AddToMaxHeapOrCheckStatus(IteratorWrapper*);
321 IteratorWrapper* CurrentForward() const { in CurrentForward()
326 IteratorWrapper* CurrentReverse() const { in CurrentReverse()
333 void MergingIterator::AddToMinHeapOrCheckStatus(IteratorWrapper* child) { in AddToMinHeapOrCheckStatus()
342 void MergingIterator::AddToMaxHeapOrCheckStatus(IteratorWrapper* child) { in AddToMaxHeapOrCheckStatus()
Diter_heap.h21 bool operator()(IteratorWrapper* a, IteratorWrapper* b) const { in operator()
35 bool operator()(IteratorWrapper* a, IteratorWrapper* b) const { in operator()
Diterator_wrapper.h142 using IteratorWrapper = IteratorWrapperBase<Slice>; variable
/rocksdb-6.9/db/
Ddb_iter_test.cc2784 IteratorWrapper* it = reinterpret_cast<IteratorWrapper*>(arg); in TEST_F()
2835 IteratorWrapper* it = reinterpret_cast<IteratorWrapper*>(arg); in TEST_F()
2882 IteratorWrapper* it = reinterpret_cast<IteratorWrapper*>(arg); in TEST_F()
2931 IteratorWrapper* it = reinterpret_cast<IteratorWrapper*>(arg); in TEST_F()
2984 IteratorWrapper* it = reinterpret_cast<IteratorWrapper*>(arg); in TEST_F()
Ddb_iter.h278 IteratorWrapper iter_;
Dversion_set.cc1019 IteratorWrapper file_iter_; // May be nullptr