Searched refs:kBlockCacheUsage (Results 1 – 3 of 3) sorted by relevance
1609 ASSERT_FALSE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()1617 ASSERT_FALSE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()1628 ASSERT_FALSE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()1645 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()1656 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()1670 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()1684 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()1696 ASSERT_TRUE(db_->GetIntProperty(DB::Properties::kBlockCacheUsage, &value)); in TEST_F()
344 const std::string DB::Properties::kBlockCacheUsage = member in ROCKSDB_NAMESPACE::DB::Properties480 {DB::Properties::kBlockCacheUsage,
904 static const std::string kBlockCacheUsage; member