Searched refs:SetPrivate (Results 1 – 10 of 10) sorted by relevance
168 m_run_to_sp->SetPrivate(true); in ShouldStop()190 m_run_to_sp->SetPrivate(true); in ShouldStop()
39 SetPrivate(true); in ConstructorSetup()412 m_subplan_sp->SetPrivate(true); in DidPush()
93 m_step_out_to_inline_plan_sp->SetPrivate(true); in ThreadPlanStepOut()458 m_step_through_inline_plan_sp->SetPrivate(true); in QueueInlinedStepPlan()
37 SetPrivate(false); in ThreadPlanPython()
322 new_plan_sp->SetPrivate(true); in ShouldStop()
311 m_sub_plan_sp->SetPrivate(true); in ShouldStop()
741 new_plan_sp->SetPrivate(true); in PerformAction()
4738 m_thread_plan_sp->SetPrivate(m_private); in Clean()4817 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()4879 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
636 step_bp_plan_sp->SetPrivate(true); in SetupForResume()
470 void SetPrivate(bool input) { m_plan_private = input; } in SetPrivate() function