Searched refs:SetItemAtIndex (Results 1 – 3 of 3) sorted by relevance
554 void PythonList::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonList598 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
530 void SetItemAtIndex(uint32_t index, const PythonObject &object);552 void SetItemAtIndex(uint32_t index, const PythonObject &object);
151 list.SetItemAtIndex(i, PythonString($1[i]));