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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h483 class PythonInteger : public TypedPythonObject<PythonInteger> { class in namespace:lldb_private::python
487 PythonInteger() : TypedPythonObject() {} // MSVC requires this for some reason function in class:lldb_private::python::PythonInteger
H A DPythonDataObjects.cpp423 PythonInteger::PythonInteger(int64_t value) { SetInteger(value); } function in class:PythonInteger
[all...]

Completed in 144 milliseconds