Searched refs:cf_aggregates (Results 1 – 1 of 1) sorted by relevance
761 for (auto const& cf_aggregates : cf_aggregates_map_) { in TraverseBlocks() local763 const std::string& cf_name = cf_aggregates.first; in TraverseBlocks()764 for (auto const& file_aggregates : cf_aggregates.second.fd_aggregates_map) { in TraverseBlocks()1268 for (auto const& cf_aggregates : cf_aggregates_map_) { in OutputPercentAccessStats() local1269 const std::string& cf_name = cf_aggregates.first; in OutputPercentAccessStats()1505 for (auto& cf_aggregates : cf_aggregates_map_) { in RecordAccess() local1506 for (auto& file_aggregates : cf_aggregates.second.fd_aggregates_map) { in RecordAccess()1907 for (auto const& cf_aggregates : cf_aggregates_map_) { in PrintStatsSummary() local1909 const std::string& cf_name = cf_aggregates.first; in PrintStatsSummary()1921 total_num_files += cf_aggregates.second.fd_aggregates_map.size(); in PrintStatsSummary()[all …]