Home
last modified time | relevance | path

Searched refs:PythonInteger (Results 1 – 3 of 3) 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
181 PythonInteger::~PythonInteger () in ~PythonInteger()
186 PythonInteger::Reset (PyObject *py_obj) in Reset()
196 PythonInteger::GetInteger() in GetInteger()
205 PythonInteger::SetInteger (int64_t value) in SetInteger()
/external/lldb/include/lldb/Interpreter/
DPythonDataObjects.h141 class PythonInteger: public PythonObject
145 PythonInteger ();
146 PythonInteger (PyObject* py_obj);
147 PythonInteger (const PythonObject &object);
148 PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp);
149 PythonInteger (int64_t value);
150 virtual ~PythonInteger ();
/external/lldb/include/lldb/
Dlldb-forward.h158 class PythonInteger; variable