Home
last modified time | relevance | path

Searched defs:PythonInteger (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
DPythonDataObjects.cpp160 PythonInteger::PythonInteger (PyObject *py_obj) : in PythonInteger() function in PythonInteger
165 PythonInteger::PythonInteger (const PythonObject &object) : in PythonInteger() function in PythonInteger
170 PythonInteger::PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonInteger() function in PythonInteger
175 PythonInteger::PythonInteger (int64_t value) : in PythonInteger() function in PythonInteger
/external/lldb/include/lldb/
Dlldb-forward.h158 class PythonInteger; variable