Searched refs:reportIndex (Results 1 – 3 of 3) sorted by relevance
198 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in sendBroadcasts() local200 const ReportFileProto_Report& report = envelope.report(reportIndex); in sendBroadcasts()
426 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in getIncidentReportList() local427 const ReportFileProto_Report& report = envelope.report(reportIndex); in getIncidentReportList()
342 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in markApproved() local343 ReportFileProto_Report* report = mEnvelope.mutable_report(reportIndex); in markApproved()