Home | History | Annotate | Download | only in db

Lines Matching defs:NewIterator

314     Iterator* iter = db_->NewIterator(ReadOptions());
661 Iterator* iter = db_->NewIterator(ReadOptions());
677 Iterator* iter = db_->NewIterator(ReadOptions());
717 Iterator* iter = db_->NewIterator(ReadOptions());
803 Iterator* iter = db_->NewIterator(ReadOptions());
842 Iterator* iter = db_->NewIterator(ReadOptions());
1151 Iterator* iter = db_->NewIterator(ReadOptions());
1851 virtual Iterator* NewIterator(const ReadOptions& options) {
1947 Iterator* miter = model->NewIterator(options);
1949 Iterator* dbiter = db->NewIterator(options);