Searched refs:m_parent_wp (Results 1 – 4 of 4) sorted by relevance
258 m_parent_wp = parent_sp; in SetValueChangedCallback() 261 lldb::OptionValueSP GetParent() const { return m_parent_wp.lock(); }344 lldb::OptionValueWP m_parent_wp;339 lldb::OptionValueWP m_parent_wp; global() variable
192 lldb::SectionSP GetParent() const { return m_parent_wp.lock(); } in GetParent()264 lldb::SectionWP m_parent_wp; // Weak pointer to parent section variable
165 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()181 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()188 m_parent_wp = parent_section_sp; in Section()
21 m_parent_wp = other.m_parent_wp; in SetSubValue() 30 m_parent_wp = other.m_parent_wp; in GetAsBoolean() 577 lldb::OptionValueSP m_parent_sp(m_parent_wp.lock()); in SetValueFromString()