Searched refs:DBImpl (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_iter.h14 class DBImpl;
20 DBImpl* db,
H A Ddb_impl.h26 class DBImpl : public DB { class in namespace:leveldb
28 DBImpl(const Options& options, const std::string& dbname);
29 virtual ~DBImpl();
194 DBImpl(const DBImpl&);
195 void operator=(const DBImpl&);
H A Dcorruption_test.cc238 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_);
252 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_);
265 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_);
303 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_);
320 DBImpl* dbi = reinterpret_cast<DBImpl*>(db
[all...]
H A Ddb_impl.cc41 struct DBImpl::Writer {
51 struct DBImpl::CompactionState {
116 DBImpl::DBImpl(const Options& raw_options, const std::string& dbname) function in class:leveldb::DBImpl
148 DBImpl::~DBImpl() {
177 Status DBImpl::NewDB() {
209 void DBImpl::MaybeIgnoreError(Status* s) const {
218 void DBImpl::DeleteObsoleteFiles() {
274 Status DBImpl
[all...]
H A Dautocompact_test.cc60 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_);
H A Ddb_iter.cc51 DBIter(DBImpl* db, const Comparator* cmp, Iterator* iter, SequenceNumber s,
111 DBImpl* db_;
309 DBImpl* db,
H A Ddb_test.cc253 DBImpl* dbfull() {
254 return reinterpret_cast<DBImpl*>(db_);
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv_test.cc216 DBImpl* dbi = reinterpret_cast<DBImpl*>(db);

Completed in 347 milliseconds