Home
last modified time | relevance | path

Searched refs:GetItemForKeyAsString (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp101 … reg_info.name = ConstString (reg_info_dict.GetItemForKeyAsString(name_pystr)).GetCString(); in SetRegisterInfo()
108 … reg_info.alt_name = ConstString (reg_info_dict.GetItemForKeyAsString(altname_pystr)).GetCString(); in SetRegisterInfo()
125 const char *format_cstr = reg_info_dict.GetItemForKeyAsString(format_pystr); in SetRegisterInfo()
137 const char *encoding_cstr = reg_info_dict.GetItemForKeyAsString(encoding_pystr); in SetRegisterInfo()
154 …gisterKindGeneric] = Args::StringToGenericRegister (reg_info_dict.GetItemForKeyAsString(generic_py… in SetRegisterInfo()
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp248 const char *name = thread_dict.GetItemForKeyAsString (name_pystr); in CreateThreadFromThreadInfo()
249 const char *queue = thread_dict.GetItemForKeyAsString (queue_pystr); in CreateThreadFromThreadInfo()
/external/lldb/include/lldb/Interpreter/
DPythonDataObjects.h208 GetItemForKeyAsString (const PythonString &key, const char *fail_value = NULL) const;
/external/lldb/source/Interpreter/
DPythonDataObjects.cpp353 PythonDictionary::GetItemForKeyAsString (const PythonString &key, const char *fail_value) const in GetItemForKeyAsString() function in PythonDictionary