Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp441 PythonInteger::PythonInteger() : PythonObject() {} in PythonInteger() function in PythonInteger
443 PythonInteger::PythonInteger(PyRefType type, PyObject *py_obj) in PythonInteger() function in PythonInteger
448 PythonInteger::PythonInteger(const PythonInteger &object) in PythonInteger() function in PythonInteger
451 PythonInteger::PythonInteger(int64_t value) : PythonObject() { in PythonInteger() function in PythonInteger
H A DPythonDataObjects.h34 class PythonInteger; variable