Searched refs:kBlockCachePinnedUsage (Results 1 – 3 of 3) sorted by relevance
1611 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()
346 const std::string DB::Properties::kBlockCachePinnedUsage = member in ROCKSDB_NAMESPACE::DB::Properties483 {DB::Properties::kBlockCachePinnedUsage,
908 static const std::string kBlockCachePinnedUsage; member