Searched refs:NewIterator (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dblock.h25 Iterator* NewIterator(const Comparator* comparator);
H A Dtable.cc102 Iterator* iter = meta->NewIterator(BytewiseComparator());
198 iter = block->NewIterator(table->rep_->options.comparator);
210 Iterator* Table::NewIterator(const ReadOptions& options) const { function in class:leveldb::Table
212 rep_->index_block->NewIterator(rep_->options.comparator),
220 Iterator* iiter = rep_->index_block->NewIterator(rep_->options.comparator);
250 rep_->index_block->NewIterator(rep_->options.comparator);
H A Dtable_test.cc171 virtual Iterator* NewIterator() const = 0;
209 virtual Iterator* NewIterator() const { function in class:leveldb::BlockConstructor
210 return block_->NewIterator(comparator_);
253 virtual Iterator* NewIterator() const { function in class:leveldb::TableConstructor
254 return table_->NewIterator(ReadOptions());
340 virtual Iterator* NewIterator() const { function in class:leveldb::MemTableConstructor
341 return new KeyConvertingIterator(memtable_->NewIterator());
373 virtual Iterator* NewIterator() const { function in class:leveldb::DBConstructor
374 return db_->NewIterator(ReadOptions());
489 Iterator* iter = constructor_->NewIterator();
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dtable_cache.h33 Iterator* NewIterator(const ReadOptions& options,
H A Dbuilder.cc67 Iterator* it = table_cache->NewIterator(ReadOptions(),
H A Dmemtable.h51 Iterator* NewIterator();
H A Dtable_cache.cc82 Iterator* TableCache::NewIterator(const ReadOptions& options, function in class:leveldb::TableCache
97 Iterator* result = table->NewIterator(options);
H A Dautocompact_test.cc82 Iterator* iter = db_->NewIterator(ReadOptions());
H A Dwrite_batch_test.cc22 Iterator* iter = mem->NewIterator();
H A Ddb_impl.h38 virtual Iterator* NewIterator(const ReadOptions&);
H A Dmemtable.cc78 Iterator* MemTable::NewIterator() { function in class:leveldb::MemTable
H A Drepair.cc226 Iterator* iter = mem->NewIterator();
255 return table_cache_->NewIterator(r, meta.number, meta.file_size);
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dtable.h46 // The result of NewIterator() is initially invalid (caller must
48 Iterator* NewIterator(const ReadOptions&) const;
H A Ddb.h87 // The result of NewIterator() is initially invalid (caller must
92 virtual Iterator* NewIterator(const ReadOptions& options) = 0;
/external/chromium_org/third_party/leveldatabase/src/issues/
H A Dissue200_test.cc34 Iterator *iter = db->NewIterator(read_options);
H A Dissue178_test.cc75 leveldb::Iterator* iter = db->NewIterator(leveldb::ReadOptions());
/external/chromium_org/chrome/browser/performance_monitor/
H A Ddatabase.cc136 scoped_ptr<leveldb::Iterator> it(active_interval_db_->NewIterator(
170 scoped_ptr<leveldb::Iterator> it(event_db_->NewIterator(read_options_));
202 scoped_ptr<leveldb::Iterator> it(event_db_->NewIterator(read_options_));
273 recent_db_->NewIterator(read_options_));
294 metric_db_->NewIterator(read_options_));
318 scoped_ptr<leveldb::Iterator> it(recent_db_->NewIterator(read_options_));
369 scoped_ptr<leveldb::Iterator> it(metric_db_->NewIterator(read_options_));
403 scoped_ptr<leveldb::Iterator> it(metric_db_->NewIterator(read_options_));
553 scoped_ptr<leveldb::Iterator> it(recent_db_->NewIterator(read_options_));
565 scoped_ptr<leveldb::Iterator> it(max_value_db_->NewIterator(read_options
[all...]
/external/chromium_org/components/leveldb_proto/
H A Dleveldb_database.cc84 scoped_ptr<leveldb::Iterator> db_iterator(db_->NewIterator(options));
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.cc268 resource_map->NewIterator(leveldb::ReadOptions()));
295 scoped_ptr<leveldb::Iterator> it(resource_map->NewIterator(options));
346 scoped_ptr<leveldb::Iterator> it(resource_map->NewIterator(options));
415 scoped_ptr<leveldb::Iterator> it(resource_map->NewIterator(options));
651 resource_map->NewIterator(leveldb::ReadOptions()));
795 resource_map_->NewIterator(leveldb::ReadOptions()));
822 resource_map_->NewIterator(leveldb::ReadOptions()));
910 scoped_ptr<leveldb::Iterator> it(resource_map_->NewIterator(options));
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_db_migration_util.cc144 scoped_ptr<leveldb::Iterator> itr(db->NewIterator(leveldb::ReadOptions()));
203 scoped_ptr<leveldb::Iterator> itr(db->NewIterator(leveldb::ReadOptions()));
H A Dmetadata_db_migration_util_unittest.cc152 scoped_ptr<leveldb::Iterator> itr(db->NewIterator(leveldb::ReadOptions()));
265 scoped_ptr<leveldb::Iterator> itr(db->NewIterator(leveldb::ReadOptions()));
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database.cc273 scoped_ptr<leveldb::Iterator> it(db_->NewIterator(options));
444 scoped_ptr<leveldb::Iterator> it(db_->NewIterator(leveldb::ReadOptions()));
497 scoped_ptr<leveldb::Iterator> it(db_->NewIterator(leveldb::ReadOptions()));
556 scoped_ptr<leveldb::Iterator> it(db_->NewIterator(options));
/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_origin_database.cc288 scoped_ptr<leveldb::Iterator> iter(db_->NewIterator(leveldb::ReadOptions()));
329 scoped_ptr<leveldb::Iterator> iter(db_->NewIterator(leveldb::ReadOptions()));
/external/chromium_org/google_apis/gcm/engine/
H A Dgcm_store_impl.cc515 scoped_ptr<leveldb::Iterator> iter(db_->NewIterator(read_options));
583 scoped_ptr<leveldb::Iterator> iter(db_->NewIterator(read_options));
610 scoped_ptr<leveldb::Iterator> iter(db_->NewIterator(read_options));
632 scoped_ptr<leveldb::Iterator> iter(db_->NewIterator(read_options));
686 scoped_ptr<leveldb::Iterator> iter(db_->NewIterator(read_options));
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database.cc364 scoped_ptr<leveldb::Iterator> itr(db_->NewIterator(leveldb::ReadOptions()));
399 scoped_ptr<leveldb::Iterator> itr(db_->NewIterator(leveldb::ReadOptions()));
436 scoped_ptr<leveldb::Iterator> itr(db_->NewIterator(leveldb::ReadOptions()));
843 scoped_ptr<leveldb::Iterator> itr(db_->NewIterator(leveldb::ReadOptions()));
878 scoped_ptr<leveldb::Iterator> itr(db_->NewIterator(leveldb::ReadOptions()));
924 scoped_ptr<leveldb::Iterator> itr(db_->NewIterator(leveldb::ReadOptions()));

Completed in 407 milliseconds

12