Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h71 class PythonInteger; variable
H A DPythonDataObjects.cpp446 PythonInteger::PythonInteger(int64_t value) { SetInteger(value); } in PythonInteger() function in PythonInteger