Searched refs:GetItemForKey (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DPythonDataObjects.h205 GetItemForKey (const PythonString &key) const;
214 GetItemForKey (const char *key) const;
/external/lldb/source/Interpreter/
H A DPythonDataObjects.cpp332 PythonDictionary::GetItemForKey (const char *key) const function in class:PythonDictionary
337 return GetItemForKey(python_key);
344 PythonDictionary::GetItemForKey (const PythonString &key) const function in class:PythonDictionary
/external/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp55 PythonList sets (dict.GetItemForKey("sets"));
78 PythonList regs (dict.GetItemForKey("registers"));

Completed in 221 milliseconds