HomeSort by relevance Sort by last modified time
    Searched defs:VersionSet (Results 1 - 2 of 2) 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_set.cc 594 class VersionSet::Builder {
617 VersionSet* vset_;
623 Builder(VersionSet* vset, Version* base)
766 VersionSet::VersionSet(const std::string& dbname,
787 VersionSet::~VersionSet() {
794 void VersionSet::AppendVersion(Version* v) {
811 Status VersionSet::LogAndApply(VersionEdit* edit, port::Mutex* mu) {
896 Status VersionSet::Recover()
    [all...]

Completed in 192 milliseconds