Searched refs:SetItemAtIndex (Results 1 – 3 of 3) sorted by relevance
599 void PythonList::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonList643 SetItemAtIndex(idx, object); in PythonTuple()655 SetItemAtIndex(idx, object); in PythonTuple()678 void PythonTuple::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex() function in PythonTuple
531 void SetItemAtIndex(uint32_t index, const PythonObject &object);553 void SetItemAtIndex(uint32_t index, const PythonObject &object);
64 list.SetItemAtIndex(i, PythonString($1[i]));