Searched refs:TableCache (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | table_cache.cc | 32 TableCache::TableCache(const std::string& dbname, in TableCache() function in leveldb::TableCache 41 TableCache::~TableCache() { in ~TableCache() 45 Status TableCache::FindTable(uint64_t file_number, uint64_t file_size, in FindTable() 82 Iterator* TableCache::NewIterator(const ReadOptions& options, in NewIterator() 105 Status TableCache::Get(const ReadOptions& options, in Get() 121 void TableCache::Evict(uint64_t file_number) { in Evict()
|
D | table_cache.h | 21 class TableCache { 23 TableCache(const std::string& dbname, const Options* options, int entries); 24 ~TableCache();
|
D | builder.h | 17 class TableCache; variable 28 TableCache* table_cache,
|
D | version_set.h | 34 class TableCache; variable 169 TableCache* table_cache, 298 TableCache* const table_cache_;
|
D | db_impl.h | 21 class TableCache; variable 131 TableCache* table_cache_;
|
D | builder.cc | 20 TableCache* table_cache, in BuildTable()
|
D | repair.cc | 57 table_cache_ = new TableCache(dbname_, &options_, 10); in Repairer() 107 TableCache* table_cache_;
|
D | version_set.cc | 221 TableCache* cache = reinterpret_cast<TableCache*>(arg); in GetFileIterator() 782 TableCache* table_cache, in VersionSet()
|
D | db_impl.cc | 142 table_cache_ = new TableCache(dbname_, &options_, table_cache_size); in DBImpl()
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
D | table.h | 19 class TableCache; variable 68 friend class TableCache; variable
|