Searched defs:table_cache (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/db/ |
| D | version_builder_test.cc | 355 constexpr TableCache* table_cache = nullptr; in TEST_F() local 408 constexpr TableCache* table_cache = nullptr; in TEST_F() local 425 constexpr TableCache* table_cache = nullptr; in TEST_F() local 465 constexpr TableCache* table_cache = nullptr; in TEST_F() local 507 constexpr TableCache* table_cache = nullptr; in TEST_F() local 560 constexpr TableCache* table_cache = nullptr; in TEST_F() local 593 constexpr TableCache* table_cache = nullptr; in TEST_F() local 683 constexpr TableCache* table_cache = nullptr; in TEST_F() local 741 constexpr TableCache* table_cache = nullptr; in TEST_F() local 778 constexpr TableCache* table_cache = nullptr; in TEST_F() local
|
| D | builder.cc | 72 TableCache* table_cache, InternalIterator* iter, in BuildTable()
|
| D | version_builder.cc | 111 TableCache* table_cache, in Rep() 747 TableCache* table_cache, in VersionBuilder()
|
| D | memtable_list_test.cc | 97 std::shared_ptr<Cache> table_cache(NewLRUCache(50000, 16)); in Mock_InstallMemtableFlushResults() local 145 std::shared_ptr<Cache> table_cache(NewLRUCache(50000, 16)); in Mock_InstallMemtableAtomicFlushResults() local
|
| D | version_set.cc | 856 LevelIterator(TableCache* table_cache, const ReadOptions& read_options, in LevelIterator() 1209 auto table_cache = cfd_->table_cache(); in GetTableProperties() local 1291 TableCache* table_cache = cfd_->table_cache(); in TablesRangeTombstoneSummary() local 3541 const FileOptions& storage_options, Cache* table_cache, in VersionSet() 3568 Cache* table_cache = column_family_set_->get_table_cache(); in ~VersionSet() local 3582 Cache* table_cache = column_family_set_->get_table_cache(); in Reset() local 5427 TableCache* table_cache = v->cfd_->table_cache(); in ApproximateOffsetOf() local 5465 TableCache* table_cache = v->cfd_->table_cache(); in ApproximateSize() local 5777 Cache* table_cache, in ReactiveVersionSet()
|
| D | column_family.h | 383 TableCache* table_cache() const { return table_cache_.get(); } in table_cache() function
|
| D | column_family.cc | 1399 Cache* table_cache, in ColumnFamilySet()
|
| D | db_wal_test.cc | 925 std::shared_ptr<Cache> table_cache = NewLRUCache(50, 0); in FillData() local
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job.cc | 305 const SnapshotChecker* snapshot_checker, std::shared_ptr<Cache> table_cache, in CompactionJob()
|