Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h71 class PythonInteger; variable
H A DPythonDataObjects.cpp447 PythonInteger::PythonInteger(int64_t value) { SetInteger(value); } in PythonInteger() function in PythonInteger