HomeSort by relevance Sort by last modified time
    Searched refs:NewIterator (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/leveldatabase/src/table/
block.h 25 Iterator* NewIterator(const Comparator* comparator);
table.cc 102 Iterator* iter = meta->NewIterator(BytewiseComparator());
198 iter = block->NewIterator(table->rep_->options.comparator);
210 Iterator* Table::NewIterator(const ReadOptions& options) const {
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);
table_test.cc 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();
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.h 51 Iterator* NewIterator();
table_cache.h 33 Iterator* NewIterator(const ReadOptions& options,
builder.cc 67 Iterator* it = table_cache->NewIterator(ReadOptions(),
table_cache.cc 82 Iterator* TableCache::NewIterator(const ReadOptions& options,
97 Iterator* result = table->NewIterator(options);
autocompact_test.cc 82 Iterator* iter = db_->NewIterator(ReadOptions());
write_batch_test.cc 22 Iterator* iter = mem->NewIterator();
db_impl.h 38 virtual Iterator* NewIterator(const ReadOptions&);
memtable.cc 78 Iterator* MemTable::NewIterator() {
repair.cc 226 Iterator* iter = mem->NewIterator();
255 return table_cache_->NewIterator(r, meta.number, meta.file_size);
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
table.h 46 // The result of NewIterator() is initially invalid (caller must
48 Iterator* NewIterator(const ReadOptions&) const;
db.h 87 // 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/
issue200_test.cc 34 Iterator *iter = db->NewIterator(read_options);
issue178_test.cc 75 leveldb::Iterator* iter = db->NewIterator(leveldb::ReadOptions());
  /external/chromium_org/chrome/browser/performance_monitor/
database.cc 136 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/
leveldb_database.cc 84 scoped_ptr<leveldb::Iterator> db_iterator(db_->NewIterator(options));
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.cc 268 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));
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util.cc 144 scoped_ptr<leveldb::Iterator> itr(db->NewIterator(leveldb::ReadOptions()));
203 scoped_ptr<leveldb::Iterator> itr(db->NewIterator(leveldb::ReadOptions()));
metadata_db_migration_util_unittest.cc 152 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/
session_storage_database.cc 273 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/
sandbox_origin_database.cc 288 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/
gcm_store_impl.cc 515 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));
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_database.cc 364 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()));
    [all...]

Completed in 669 milliseconds

1 2