Home
last modified time | relevance | path

Searched defs:SetItemAtIndex (Results 1 – 1 of 1) 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
608 void PythonTuple::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonTuple