Searched refs:kTotalSstFilesSize (Results 1 – 4 of 4) sorted by relevance
325 const std::string DB::Properties::kTotalSstFilesSize = member in ROCKSDB_NAMESPACE::DB::Properties453 {DB::Properties::kTotalSstFilesSize,
1500 bool ok = db->GetIntProperty(DB::Properties::kTotalSstFilesSize, in TEST_F()1532 bool ok = db_->GetIntProperty(DB::Properties::kTotalSstFilesSize, &sst_size); in TEST_F()
861 static const std::string kTotalSstFilesSize; member
998 ASSERT_TRUE(blob_db_->GetIntProperty(DB::Properties::kTotalSstFilesSize, in TEST_F()