Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp554 void PythonList::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonList
598 SetItemAtIndex(idx, object); in PythonTuple()
610 SetItemAtIndex(idx, object); in PythonTuple()
633 void PythonTuple::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonTuple
H A DPythonDataObjects.h530 void SetItemAtIndex(uint32_t index, const PythonObject &object);
552 void SetItemAtIndex(uint32_t index, const PythonObject &object);
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig151 list.SetItemAtIndex(i, PythonString($1[i]));