Searched refs:current_report (Results 1 – 3 of 3) sorted by relevance
638 CHECK_EQ(thr->current_report, nullptr); in OutputReport()639 thr->current_report = rep; in OutputReport()658 thr->current_report = nullptr; in OutputReport()667 thr->current_report = nullptr; in OutputReport()
70 return const_cast<ReportDesc*>(cur_thread()->current_report);
234 const ReportDesc *current_report; member