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);
375 virtual Vote ShouldReportStop(Event *event_ptr);
231 Vote ShouldReportStop(Event *event_ptr);
78 Vote ThreadPlan::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlan84 Vote prev_vote = prev_plan->ShouldReportStop(event_ptr); in ShouldReportStop()
237 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanCallFunction241 return ThreadPlan::ShouldReportStop(event_ptr); in ShouldReportStop()
60 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanBase
356 Vote ThreadList::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadList373 const Vote vote = thread_sp->ShouldReportStop(event_ptr); in ShouldReportStop()
67 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanStepRange
957 Vote Thread::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in Thread995 return GetPlans().GetCompletedPlan(false)->ShouldReportStop(event_ptr); in ShouldReportStop()1001 thread_vote = plan_ptr->ShouldReportStop(event_ptr); in ShouldReportStop()
3419 Vote report_stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent()