Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DPythonDataObjects.cpp101 PythonObject(object.GetPythonObject()) in PythonString()
166 PythonObject(object.GetPythonObject()) in PythonInteger()
231 PythonObject(object.GetPythonObject()) in PythonList()
274 PyList_SetItem(m_py_obj, index, object.GetPythonObject()); in SetItemAtIndex()
281 PyList_Append(m_py_obj, object.GetPythonObject()); in AppendItem()
300 PythonObject(object.GetPythonObject()) in PythonDictionary()
347 return PythonObject(PyDict_GetItem(m_py_obj, key.GetPythonObject())); in GetItemForKey()
357 PyObject *py_obj = PyDict_GetItem(m_py_obj, key.GetPythonObject()); in GetItemForKeyAsString()
369 PyObject *py_obj = PyDict_GetItem(m_py_obj, key.GetPythonObject()); in GetItemForKeyAsInteger()
427 PyDict_SetItem(m_py_obj, key.GetPythonObject(), value.GetPythonObject()); in SetItemForKey()
/external/lldb/include/lldb/Interpreter/
DPythonDataObjects.h69 return Reset(object.GetPythonObject()); in Reset()
97 GetPythonObject () const in GetPythonObject() function