Home
last modified time | relevance | path

Searched defs:table_cache (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/db/
Dversion_builder_test.cc355 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
Dbuilder.cc72 TableCache* table_cache, InternalIterator* iter, in BuildTable()
Dversion_builder.cc111 TableCache* table_cache, in Rep()
747 TableCache* table_cache, in VersionBuilder()
Dmemtable_list_test.cc97 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
Dversion_set.cc856 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()
Dcolumn_family.h383 TableCache* table_cache() const { return table_cache_.get(); } in table_cache() function
Dcolumn_family.cc1399 Cache* table_cache, in ColumnFamilySet()
Ddb_wal_test.cc925 std::shared_ptr<Cache> table_cache = NewLRUCache(50, 0); in FillData() local
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc305 const SnapshotChecker* snapshot_checker, std::shared_ptr<Cache> table_cache, in CompactionJob()