Lines Matching refs:current
536 const auto* vstorage = cfd_->current()->storage_info(); in HandleNumFilesAtLevel()
552 const auto* vstorage = cfd_->current()->storage_info(); in HandleCompressionRatioAtLevelPrefix()
564 const auto* vstorage = cfd_->current()->storage_info(); in HandleLevelStats()
618 auto* current = cfd_->current(); in HandleSsTables() local
619 *value = current->DebugString(true, true); in HandleSsTables()
626 auto s = cfd_->current()->GetAggregatedTableProperties(&tp); in HandleAggregatedTableProperties()
642 auto s = cfd_->current()->GetAggregatedTableProperties( in HandleAggregatedTablePropertiesAtLevel()
680 const auto* vstorage = cfd_->current()->storage_info(); in HandleCompactionPending()
732 *value = cfd_->imm()->current()->GetTotalNumEntries(); in HandleNumEntriesImmMemTables()
748 *value = cfd_->imm()->current()->GetTotalNumDeletes(); in HandleNumDeletesImmMemTables()
756 const auto* vstorage = cfd_->current()->storage_info(); in HandleEstimateNumKeys()
758 cfd_->imm()->current()->GetTotalNumEntries() + in HandleEstimateNumKeys()
761 cfd_->mem()->num_deletes() + cfd_->imm()->current()->GetTotalNumDeletes(); in HandleEstimateNumKeys()
807 const auto* vstorage = cfd_->current()->storage_info(); in HandleBaseLevel()
827 const auto* vstorage = cfd_->current()->storage_info(); in HandleEstimatePendingCompactionBytes()
888 auto s = cfd_->current()->GetPropertiesOfAllTables(&collection); in HandleEstimateOldestKeyTime()
1104 const VersionStorageInfo* vstorage = cfd_->current()->storage_info(); in DumpCFMapStats()