Home | History | Annotate | Download | only in table

Lines Matching defs:NewIterator

171   virtual Iterator* NewIterator() const = 0;
209 virtual Iterator* NewIterator() const {
210 return block_->NewIterator(comparator_);
253 virtual Iterator* NewIterator() const {
254 return table_->NewIterator(ReadOptions());
340 virtual Iterator* NewIterator() const {
341 return new KeyConvertingIterator(memtable_->NewIterator());
373 virtual Iterator* NewIterator() const {
374 return db_->NewIterator(ReadOptions());
489 Iterator* iter = constructor_->NewIterator();
504 Iterator* iter = constructor_->NewIterator();
521 Iterator* iter = constructor_->NewIterator();
667 Iterator* iter = block.NewIterator(BytewiseComparator());
774 Iterator* iter = memtable->NewIterator();