Searched refs:GetPrivate (Results 1 – 3 of 3) sorted by relevance
63 if (!plan->GetPrivate()) { in PrintOneStack()75 if (!include_internal && plan->GetPrivate()) in PrintOneStack()261 if (!completed_plan_sp->GetPrivate()) in GetCompletedPlan()272 if (skip_private && plan_sp->GetPrivate()) in GetPlanByIndex()
4636 m_private = m_thread_plan_sp->GetPrivate(); in RestorePlanState()
405 bool GetPrivate() { return m_plan_private; } in GetPrivate() function