Searched refs:ApproximateOldestKeyTime (Results 1 – 5 of 5) sorted by relevance
594 uint64_t MemTableList::ApproximateOldestKeyTime() const { in ApproximateOldestKeyTime() function in ROCKSDB_NAMESPACE::MemTableList596 return current_->memlist_.back()->ApproximateOldestKeyTime(); in ApproximateOldestKeyTime()
301 uint64_t ApproximateOldestKeyTime() const;
419 uint64_t ApproximateOldestKeyTime() const { in ApproximateOldestKeyTime() function
371 mems_.front()->ApproximateOldestKeyTime(); in WriteLevel0Table()
900 *value = std::min({cfd_->mem()->ApproximateOldestKeyTime(), in HandleEstimateOldestKeyTime()901 cfd_->imm()->ApproximateOldestKeyTime(), *value}); in HandleEstimateOldestKeyTime()