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;
106 Vote ShouldReportStop(Event *event_ptr);
390 virtual Vote ShouldReportStop(Event *event_ptr);
235 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
255 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanCallFunction259 return ThreadPlan::ShouldReportStop(event_ptr); in ShouldReportStop()
361 Vote ThreadList::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadList386 const Vote vote = thread_sp->ShouldReportStop(event_ptr); in ShouldReportStop()
68 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanStepRange
997 Vote Thread::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in Thread1035 return GetPlans().GetCompletedPlan(false)->ShouldReportStop(event_ptr); in ShouldReportStop()1041 thread_vote = plan_ptr->ShouldReportStop(event_ptr); in ShouldReportStop()
3709 Vote report_stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent()