Lines Matching refs:cf_aggregates
761 for (auto const& cf_aggregates : cf_aggregates_map_) { in TraverseBlocks() local
763 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() local
1269 const std::string& cf_name = cf_aggregates.first; in OutputPercentAccessStats()
1505 for (auto& cf_aggregates : cf_aggregates_map_) { in RecordAccess() local
1506 for (auto& file_aggregates : cf_aggregates.second.fd_aggregates_map) { in RecordAccess()
1907 for (auto const& cf_aggregates : cf_aggregates_map_) { in PrintStatsSummary() local
1909 const std::string& cf_name = cf_aggregates.first; in PrintStatsSummary()
1921 total_num_files += cf_aggregates.second.fd_aggregates_map.size(); in PrintStatsSummary()
1922 for (auto const& file_aggregates : cf_aggregates.second.fd_aggregates_map) { in PrintStatsSummary()