Home | History | Annotate | Download | only in Interpreter

Lines Matching defs:PythonInteger

157 // PythonInteger
160 PythonInteger::PythonInteger (PyObject *py_obj) :
165 PythonInteger::PythonInteger (const PythonObject &object) :
170 PythonInteger::PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp) :
175 PythonInteger::PythonInteger (int64_t value) :
181 PythonInteger::~PythonInteger ()
186 PythonInteger::Reset (PyObject *py_obj)
196 PythonInteger::GetInteger()
205 PythonInteger::SetInteger (int64_t value)