Searched refs:ReportData (Results 1 – 2 of 2) sorted by relevance
45 public static class ReportData { class in GrammarReport88 public static ReportData getReportData(Grammar g) { in getReportData()89 ReportData data = new ReportData(); in getReportData()260 ReportData data = getReportData(grammar); in toNotifyString()261 Field[] fields = ReportData.class.getDeclaredFields(); in toNotifyString()322 protected static ReportData decodeReportData(String dataS) { in decodeReportData()323 ReportData data = new ReportData(); in decodeReportData()325 Field[] fields = ReportData.class.getDeclaredFields(); in decodeReportData()347 ReportData data = decodeReportData(notifyDataLine); in toString()
38 struct ReportData { struct49 static ReportData report_data = {};632 explicit ScopedInErrorReport(ReportData *report = nullptr, in ScopedInErrorReport()718 void StartReporting(ReportData *report) { in StartReporting()1170 ReportData report = { pc, sp, bp, addr, (bool)is_write, access_size, in ReportGenericError()