Searched refs:KeyConvertingIterator (Results 1 – 1 of 1) sorted by relevance
259 class KeyConvertingIterator : public Iterator { class261 explicit KeyConvertingIterator(Iterator* iter) : iter_(iter) {} in KeyConvertingIterator() function in leveldb::KeyConvertingIterator263 KeyConvertingIterator(const KeyConvertingIterator&) = delete;264 KeyConvertingIterator& operator=(const KeyConvertingIterator&) = delete;266 ~KeyConvertingIterator() override { delete iter_; } in ~KeyConvertingIterator()320 return new KeyConvertingIterator(memtable_->NewIterator()); in NewIterator()