Searched refs:SetItemAtIndex (Results 1 – 3 of 3) sorted by relevance
552 void PythonList::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonList596 SetItemAtIndex(idx, object); in PythonTuple()608 SetItemAtIndex(idx, object); in PythonTuple()631 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]));