Lines Matching refs:startIndex
1988 intptr_t startIndex = 0, intptr_t length = -1, in PyBlockArgumentList() argument
1990 : Sliceable(startIndex, in PyBlockArgumentList()
2018 PyBlockArgumentList slice(intptr_t startIndex, intptr_t length, in slice() argument
2020 return PyBlockArgumentList(operation, block, startIndex, length, step); in slice()
2035 PyOpOperandList(PyOperationRef operation, intptr_t startIndex = 0, in PyOpOperandList() argument
2037 : Sliceable(startIndex, in PyOpOperandList()
2075 PyOpOperandList slice(intptr_t startIndex, intptr_t length, intptr_t step) { in slice() argument
2076 return PyOpOperandList(operation, startIndex, length, step); in slice()
2090 PyOpResultList(PyOperationRef operation, intptr_t startIndex = 0, in PyOpResultList() argument
2092 : Sliceable(startIndex, in PyOpResultList()
2118 PyOpResultList slice(intptr_t startIndex, intptr_t length, intptr_t step) { in slice() argument
2119 return PyOpResultList(operation, startIndex, length, step); in slice()