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

/external/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp101 reg_info.name = ConstString (reg_info_dict.GetItemForKeyAsString(name_pystr)).GetCString();
108 reg_info.alt_name = ConstString (reg_info_dict.GetItemForKeyAsString(altname_pystr)).GetCString();
125 const char *format_cstr = reg_info_dict.GetItemForKeyAsString(format_pystr);
137 const char *encoding_cstr = reg_info_dict.GetItemForKeyAsString(encoding_pystr);
154 reg_info.kinds[lldb::eRegisterKindGeneric] = Args::StringToGenericRegister (reg_info_dict.GetItemForKeyAsString(generic_pystr));
/external/lldb/include/lldb/Interpreter/
H A DPythonDataObjects.h208 GetItemForKeyAsString (const PythonString &key, const char *fail_value = NULL) const;
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp248 const char *name = thread_dict.GetItemForKeyAsString (name_pystr);
249 const char *queue = thread_dict.GetItemForKeyAsString (queue_pystr);
250 //const char *state = thread_dict.GetItemForKeyAsString (state_pystr);
251 //const char *stop_reason = thread_dict.GetItemForKeyAsString (stop_reason_pystr);
/external/lldb/source/Interpreter/
H A DPythonDataObjects.cpp353 PythonDictionary::GetItemForKeyAsString (const PythonString &key, const char *fail_value) const function in class:PythonDictionary

Completed in 5511 milliseconds