Searched refs:kEstimateOldestKeyTime (Results 1 – 3 of 3) sorted by relevance
1432 DB::Properties::kEstimateOldestKeyTime, &oldest_key_time)); in TEST_F()1442 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()1447 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()1455 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()1463 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()1470 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()1477 ASSERT_TRUE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()1484 ASSERT_FALSE(dbfull()->GetIntProperty(DB::Properties::kEstimateOldestKeyTime, in TEST_F()
340 const std::string DB::Properties::kEstimateOldestKeyTime = member in ROCKSDB_NAMESPACE::DB::Properties474 {DB::Properties::kEstimateOldestKeyTime,
897 static const std::string kEstimateOldestKeyTime; member