Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_properties_test.cc1609 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()
Dinternal_stats.cc344 const std::string DB::Properties::kBlockCacheUsage = member in ROCKSDB_NAMESPACE::DB::Properties
480 {DB::Properties::kBlockCacheUsage,
/rocksdb-6.9/include/rocksdb/
Ddb.h904 static const std::string kBlockCacheUsage; member