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)
118 friend class VersionSet;
132 VersionSet* vset_; // VersionSet to which this Version belongs
150 explicit Version(VersionSet* vset)
165 class VersionSet {
167 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 608 class VersionSet::Builder {
631 VersionSet* vset_;
637 Builder(VersionSet* vset, Version* base)
780 VersionSet::VersionSet(const std::string& dbname,
801 VersionSet::~VersionSet() {
808 void VersionSet::AppendVersion(Version* v) {
825 Status VersionSet::LogAndApply(VersionEdit* edit, port::Mutex* mu) {
910 Status VersionSet::Recover()
    [all...]
db_impl.h 24 class VersionSet;
171 VersionSet* versions_;
db_impl.cc 144 versions_ = new VersionSet(dbname_, &options_, table_cache_,
348 // update the file number allocation counter in VersionSet.
697 VersionSet::LevelSummaryStorage tmp;
1010 VersionSet::LevelSummaryStorage tmp;
    [all...]
db_test.cc     [all...]

Completed in 2284 milliseconds