Home
last modified time | relevance | path

Searched refs:kBlockCachePinnedUsage (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Ddb_properties_test.cc1611 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1619 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1630 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1648 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1659 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1673 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1688 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
1700 db_->GetIntProperty(DB::Properties::kBlockCachePinnedUsage, &value)); in TEST_F()
Dinternal_stats.cc346 const std::string DB::Properties::kBlockCachePinnedUsage = member in ROCKSDB_NAMESPACE::DB::Properties
483 {DB::Properties::kBlockCachePinnedUsage,
/rocksdb-6.9/include/rocksdb/
Ddb.h908 static const std::string kBlockCachePinnedUsage; member