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

  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 26 class DBImpl : public DB {
28 DBImpl(const Options& options, const std::string& dbname);
29 virtual ~DBImpl();
186 DBImpl(const DBImpl&);
187 void operator=(const DBImpl&);
corruption_test.cc 230 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_);
241 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_);
279 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_);
296 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_);
314 DBImpl* dbi = reinterpret_cast<DBImpl*>(db_)
    [all...]
db_impl.cc 41 struct DBImpl::Writer {
51 struct DBImpl::CompactionState {
116 DBImpl::DBImpl(const Options& options, const std::string& dbname)
148 DBImpl::~DBImpl() {
177 Status DBImpl::NewDB() {
209 void DBImpl::MaybeIgnoreError(Status* s) const {
218 void DBImpl::DeleteObsoleteFiles() {
268 Status DBImpl::Recover(VersionEdit* edit)
    [all...]
db_test.cc 254 DBImpl* dbfull() {
255 return reinterpret_cast<DBImpl*>(db_);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv_test.cc 216 DBImpl* dbi = reinterpret_cast<DBImpl*>(db);

Completed in 203 milliseconds