Home
last modified time | relevance | path

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

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