reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
496 void SetInteger(int64_t value);
425 PythonInteger::PythonInteger(int64_t value) { SetInteger(value); }
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp 189 python_long.SetInteger(40);