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

  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 235 new LevelFileNumIterator(vset_->icmp_, &files_[level]),
236 &GetFileIterator, vset_->table_cache_, options);
244 vset_->table_cache_->NewIterator(
296 const Comparator* ucmp = vset_->icmp_.user_comparator();
323 uint32_t index = FindFile(vset_->icmp_, files_[level], internal_key);
343 const Comparator* ucmp = vset_->icmp_.user_comparator();
380 uint32_t index = FindFile(vset_->icmp_, files_[level], ikey);
413 s = vset_->table_cache_->Get(options, f->number, f->file_size,
492 assert(this != &vset_->dummy_versions_);
503 return SomeFileOverlapsRange(vset_->icmp_, (level > 0), files_[level]
631 VersionSet* vset_; member in class:leveldb::VersionSet::Builder
    [all...]
version_set.h 132 VersionSet* vset_; // VersionSet to which this Version belongs member in class:leveldb::Version
151 : vset_(vset), next_(this), prev_(this), refs_(0),

Completed in 667 milliseconds