Home
last modified time | relevance | path

Searched refs:GetInteger (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp500 int64_t PythonInteger::GetInteger() const { in GetInteger() function in PythonInteger
525 result->SetValue(GetInteger()); in CreateStructuredInteger()
H A DPythonDataObjects.h294 int64_t GetInteger() const;
H A DScriptInterpreterPython.cpp3162 result = int_value.GetInteger(); in GetFlagsForCommandObject()