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()
376 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in getIncidentReportList() local377 const ReportFileProto_Report& report = envelope.report(reportIndex); in getIncidentReportList()
338 for (int reportIndex = 0; reportIndex < reportCount; reportIndex++) { in markApproved() local339 ReportFileProto_Report* report = mEnvelope.mutable_report(reportIndex); in markApproved()