Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp599 void PythonList::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonList
678 void PythonTuple::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonTuple