Home
last modified time | relevance | path

Searched refs:m_dict_sp (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPythonClassWithDict.cpp97 if (!m_dict_sp) in SetOptionValue()
98 m_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SetOptionValue()
107 if (!m_dict_sp) in SetOptionValue()
108 m_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SetOptionValue()
110 m_dict_sp->AddStringItem(m_current_key, option_arg); in SetOptionValue()
129 m_dict_sp.reset(); in OptionParsingStarting()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupPythonClassWithDict.h46 return m_dict_sp; in GetStructuredData()
55 StructuredData::DictionarySP m_dict_sp; variable