Searched refs:ShouldReportStop (Results 1 – 13 of 13) sorted by relevance
31 Vote ShouldReportStop(Event *event_ptr) override;
33 Vote ShouldReportStop(Event *event_ptr) override;
41 Vote ShouldReportStop(Event *event_ptr) override;
108 Vote ShouldReportStop(Event *event_ptr);
380 virtual Vote ShouldReportStop(Event *event_ptr);
230 Vote ShouldReportStop(Event *event_ptr);
79 Vote ThreadPlan::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlan85 Vote prev_vote = prev_plan->ShouldReportStop(event_ptr); in ShouldReportStop()
244 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanCallFunction 248 return ThreadPlan::ShouldReportStop(event_ptr); in ShouldReportStop()
61 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanBase
375 Vote ThreadList::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadList400 const Vote vote = thread_sp->ShouldReportStop(event_ptr); in ShouldReportStop()
68 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanStepRange
963 Vote Thread::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in Thread1001 return GetPlans().GetCompletedPlan(false)->ShouldReportStop(event_ptr); in ShouldReportStop()1007 thread_vote = plan_ptr->ShouldReportStop(event_ptr); in ShouldReportStop()
3694 Vote report_stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent()