Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPythonClassWithDict.cpp22 m_key_usage_text.assign("The key for a key/value pair passed to the " in OptionGroupPythonClassWithDict()
24 m_key_usage_text.append(class_use); in OptionGroupPythonClassWithDict()
25 m_key_usage_text.append(". Pairs can be specified more than once."); in OptionGroupPythonClassWithDict()
58 m_option_definition[1].usage_text = m_key_usage_text.data(); in OptionGroupPythonClassWithDict()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupPythonClassWithDict.h56 std::string m_class_usage_text, m_key_usage_text, m_value_usage_text; variable