Searched refs:PythonInteger (Results 1 – 3 of 3) sorted by relevance
160 PythonInteger::PythonInteger (PyObject *py_obj) : in PythonInteger() function in PythonInteger165 PythonInteger::PythonInteger (const PythonObject &object) : in PythonInteger() function in PythonInteger170 PythonInteger::PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonInteger() function in PythonInteger175 PythonInteger::PythonInteger (int64_t value) : in PythonInteger() function in PythonInteger181 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()
141 class PythonInteger: public PythonObject145 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 ();
158 class PythonInteger; variable