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