Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPythonClassWithDict.cpp99 if (m_current_key.empty()) in SetOptionValue()
100 m_current_key.assign(std::string(option_arg)); in SetOptionValue()
103 m_current_key.c_str()); in SetOptionValue()
109 if (!m_current_key.empty()) { in SetOptionValue()
110 m_dict_sp->AddStringItem(m_current_key, option_arg); in SetOptionValue()
111 m_current_key.clear(); in SetOptionValue()
125 m_current_key.erase(); in OptionParsingStarting()
138 if (!m_current_key.empty()) in OptionParsingFinished()
140 m_current_key.c_str()); in OptionParsingFinished()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupPythonClassWithDict.h54 std::string m_current_key; variable
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp492 m_current_key.clear(); in OptionParsingStarting()
523 std::string m_current_key; member in CommandObjectBreakpointSet::CommandOptions