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

  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.h 10 // entire set of versions is maintained in a VersionSet.
12 // Version,VersionSet are thread-compatible, but require external
36 class VersionSet;
63 // REQUIRES: This version has been saved (see VersionSet::SaveTo)
112 friend class VersionSet;
117 VersionSet* vset_; // VersionSet to which this Version belongs
135 explicit Version(VersionSet* vset)
150 class VersionSet {
152 VersionSet(const std::string& dbname
    [all...]
version_edit.h 15 class VersionSet;
60 // REQUIRES: This version has not been saved (see VersionSet::SaveTo)
85 friend class VersionSet;
version_set.cc 520 class VersionSet::Builder {
543 VersionSet* vset_;
549 Builder(VersionSet* vset, Version* base)
692 VersionSet::VersionSet(const std::string& dbname,
713 VersionSet::~VersionSet() {
720 void VersionSet::AppendVersion(Version* v) {
737 Status VersionSet::LogAndApply(VersionEdit* edit, port::Mutex* mu) {
830 Status VersionSet::Recover()
    [all...]
db_impl.h 24 class VersionSet;
162 VersionSet* versions_;
db_impl.cc 144 versions_ = new VersionSet(dbname_, &options_, table_cache_,
342 // update the file number allocation counter in VersionSet.
693 VersionSet::LevelSummaryStorage tmp;
1004 VersionSet::LevelSummaryStorage tmp;
    [all...]
db_test.cc     [all...]

Completed in 37 milliseconds