Home
last modified time | relevance | path

Searched refs:m_current_key (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp94 if (m_current_key.empty()) in SetOptionValue()
95 m_current_key.assign(std::string(option_arg)); in SetOptionValue()
98 m_current_key.c_str()); in SetOptionValue()
104 if (!m_current_key.empty()) { in SetOptionValue()
111 m_dict_sp->AddIntegerItem(m_current_key, static_cast<int64_t>(d)); in SetOptionValue()
113 m_dict_sp->AddIntegerItem(m_current_key, in SetOptionValue()
116 m_dict_sp->AddFloatItem(m_current_key, d); in SetOptionValue()
118 m_dict_sp->AddBooleanItem(m_current_key, opt == "true"); in SetOptionValue()
120 m_dict_sp->AddStringItem(m_current_key, option_arg); in SetOptionValue()
124 m_current_key.clear(); in SetOptionValue()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPythonClassWithDict.h62 std::string m_current_key; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp506 m_current_key.clear(); in OptionParsingStarting()
537 std::string m_current_key; member in CommandObjectBreakpointSet::CommandOptions