HomeSort by relevance Sort by last modified time
    Searched refs:read_options (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/issues/
issue200_test.cc 33 ReadOptions read_options; local
34 Iterator *iter = db->NewIterator(read_options);
  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl.cc 443 leveldb::ReadOptions read_options; local
456 s = db_->Get(read_options,
513 leveldb::ReadOptions read_options; local
514 read_options.verify_checksums = true;
515 scoped_ptr<leveldb::Iterator> iter(db_->NewIterator(read_options));
546 leveldb::ReadOptions read_options; local
547 read_options.verify_checksums = true;
550 leveldb::Status s = db_->Get(read_options, MakeSlice(kDeviceAIDKey), &result);
557 s = db_->Get(read_options, MakeSlice(kDeviceTokenKey), &result);
580 leveldb::ReadOptions read_options; local
607 leveldb::ReadOptions read_options; local
629 leveldb::ReadOptions read_options; local
661 leveldb::ReadOptions read_options; local
682 leveldb::ReadOptions read_options; local
    [all...]
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.cc 347 leveldb::ReadOptions read_options;
348 read_options.verify_checksums = true; // TODO(jsbell): Disable this if the
350 read_options.snapshot = snapshot ? snapshot->snapshot_ : 0;
352 const leveldb::Status s = db_->Get(read_options, MakeSlice(key), value);
450 leveldb::ReadOptions read_options;
451 read_options.verify_checksums = true; // TODO(jsbell): Disable this if the
453 read_options.snapshot = snapshot ? snapshot->snapshot_ : 0;
455 scoped_ptr<leveldb::Iterator> i(db_->NewIterator(read_options));
  /external/clang/docs/tools/
dump_format_style.py 69 def read_options(header): function
133 options = read_options(open(FORMAT_STYLE_FILE))

Completed in 715 milliseconds