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

/external/lldb/include/lldb/Interpreter/
H A DPythonDataObjects.h141 class PythonInteger: public PythonObject class in namespace:lldb_private
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/source/Interpreter/
H A DPythonDataObjects.cpp157 // PythonInteger
160 PythonInteger::PythonInteger (PyObject *py_obj) : function in class:PythonInteger
165 PythonInteger::PythonInteger (const PythonObject &object) : function in class:PythonInteger
170 PythonInteger::PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp) : function in class:PythonInteger
175 PythonInteger::PythonInteger (int64_t value) : function in class:PythonInteger
181 PythonInteger
[all...]

Completed in 4260 milliseconds