Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp529 void PythonList::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonList
573 SetItemAtIndex(idx, object); in PythonTuple()
585 SetItemAtIndex(idx, object); in PythonTuple()
608 void PythonTuple::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonTuple
H A DPythonDataObjects.h514 void SetItemAtIndex(uint32_t index, const PythonObject &object);
536 void SetItemAtIndex(uint32_t index, const PythonObject &object);
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-typemaps.swig65 list.SetItemAtIndex(i, PythonString($1[i]));