reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  496   void SetInteger(int64_t value);

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  425 PythonInteger::PythonInteger(int64_t value) { SetInteger(value); }
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  189   python_long.SetInteger(40);