Searched refs:m_wrapper_sp (Results 1 – 2 of 2) sorted by relevance
543 lldb::ScriptInterpreterObjectSP m_wrapper_sp; variable553 … return m_wrapper_sp.get() != nullptr && m_wrapper_sp->operator bool() && m_interpreter != nullptr; in IsValid()562 if (!m_wrapper_sp || m_interpreter == NULL) in CalculateNumChildren()564 return m_interpreter->CalculateNumChildren(m_wrapper_sp); in CalculateNumChildren()573 if (!m_wrapper_sp || m_interpreter == NULL) in Update()576 return m_interpreter->UpdateSynthProviderInstance(m_wrapper_sp); in Update()582 if (!m_wrapper_sp || m_interpreter == NULL) in MightHaveChildren()585 return m_interpreter->MightHaveChildrenSynthProviderInstance(m_wrapper_sp); in MightHaveChildren()591 if (!m_wrapper_sp || m_interpreter == NULL) in GetIndexOfChildWithName()593 return m_interpreter->GetIndexOfChildWithName(m_wrapper_sp, name.GetCString()); in GetIndexOfChildWithName()
71 m_wrapper_sp(), in FrontEnd()85 …m_wrapper_sp = m_interpreter->CreateSyntheticScriptedProvider(m_python_class.c_str(), backend.GetS… in FrontEnd()95 if (!m_wrapper_sp || !m_interpreter) in GetChildAtIndex()98 return m_interpreter->GetChildAtIndex(m_wrapper_sp, idx); in GetChildAtIndex()