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

  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.h 21 class TableCache {
23 TableCache(const std::string& dbname, const Options* options, int entries);
24 ~TableCache();
table_cache.cc 32 TableCache::TableCache(const std::string& dbname,
41 TableCache::~TableCache() {
45 Status TableCache::FindTable(uint64_t file_number, uint64_t file_size,
82 Iterator* TableCache::NewIterator(const ReadOptions& options,
105 Status TableCache::Get(const ReadOptions& options,
121 void TableCache::Evict(uint64_t file_number) {

Completed in 49 milliseconds