Searched refs:config_report_list (Results 1 – 2 of 2) sorted by relevance
1493 void backfillStringInReport(ConfigMetricsReportList *config_report_list) { in backfillStringInReport() argument1494 for (int i = 0; i < config_report_list->reports_size(); ++i) { in backfillStringInReport()1495 backfillStringInReport(config_report_list->mutable_reports(i)); in backfillStringInReport()1553 void backfillDimensionPath(ConfigMetricsReportList* config_report_list) { in backfillDimensionPath() argument1554 for (int i = 0; i < config_report_list->reports_size(); ++i) { in backfillDimensionPath()1555 backfillDimensionPath(config_report_list->mutable_reports(i)); in backfillDimensionPath()1591 void backfillStartEndTimestamp(ConfigMetricsReportList *config_report_list) { in backfillStartEndTimestamp() argument1592 for (int i = 0; i < config_report_list->reports_size(); ++i) { in backfillStartEndTimestamp()1593 backfillStartEndTimestamp(config_report_list->mutable_reports(i)); in backfillStartEndTimestamp()
425 void backfillStartEndTimestamp(ConfigMetricsReportList *config_report_list);427 void backfillStringInReport(ConfigMetricsReportList *config_report_list);447 void backfillDimensionPath(ConfigMetricsReportList* config_report_list);