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

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  553   void SetItemAtIndex(uint32_t index, const PythonObject &object);

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  594       SetItemAtIndex(idx, object);
  606       SetItemAtIndex(idx, object);
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  410   tuple.SetItemAtIndex(0, int_value);
  411   tuple.SetItemAtIndex(1, string_value);
  412   tuple.SetItemAtIndex(2, none_value);