Searched refs:m_unwind_on_error (Results 1 – 3 of 3) sorted by relevance
103 m_unwind_on_error(options.DoesUnwindOnError()), in ThreadPlanCallFunction()136 m_unwind_on_error(options.DoesUnwindOnError()), in ThreadPlanCallFunction()329 } else if (!m_unwind_on_error) { in DoPlanExplainsStop()345 return m_subplan_sp ? m_unwind_on_error : false; in DoPlanExplainsStop()
120 bool m_unwind_on_error; variable
322 bool DoesUnwindOnError() const { return m_unwind_on_error; } in DoesUnwindOnError()324 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }439 bool m_unwind_on_error = true; variable