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;
107 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()
61 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanBase
244 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanCallFunction248 return ThreadPlan::ShouldReportStop(event_ptr); in ShouldReportStop()
376 Vote ThreadList::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadList401 const Vote vote = thread_sp->ShouldReportStop(event_ptr); in ShouldReportStop()
68 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanStepRange
979 Vote Thread::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in Thread1017 return GetPlans().GetCompletedPlan(false)->ShouldReportStop(event_ptr); in ShouldReportStop()1023 thread_vote = plan_ptr->ShouldReportStop(event_ptr); in ShouldReportStop()
3468 Vote report_stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent()