Searched refs:FullListIterator (Results 1 – 1 of 1) sorted by relevance
261 class FullListIterator : public MemTableRep::Iterator { class in ROCKSDB_NAMESPACE::__anoncfd1c5190111::HashLinkListRep263 explicit FullListIterator(MemtableSkipList* list, Allocator* allocator) in FullListIterator() function in ROCKSDB_NAMESPACE::__anoncfd1c5190111::HashLinkListRep::FullListIterator266 ~FullListIterator() override {} in ~FullListIterator()779 return new FullListIterator(list, new_arena); in GetIterator()781 auto mem = alloc_arena->AllocateAligned(sizeof(FullListIterator)); in GetIterator()782 return new (mem) FullListIterator(list, new_arena); in GetIterator()