Lines Matching defs:startIndex
1720 PyOpResultList(PyOperationRef operation, intptr_t startIndex = 0,
1722 : Sliceable(startIndex,
1753 PyOpResultList slice(intptr_t startIndex, intptr_t length, intptr_t step) {
1754 return PyOpResultList(operation, startIndex, length, step);
2464 intptr_t startIndex = 0, intptr_t length = -1,
2466 : Sliceable(startIndex,
2494 PyBlockArgumentList slice(intptr_t startIndex, intptr_t length,
2496 return PyBlockArgumentList(operation, block, startIndex, length, step);
2512 PyOpOperandList(PyOperationRef operation, intptr_t startIndex = 0,
2514 : Sliceable(startIndex,
2552 PyOpOperandList slice(intptr_t startIndex, intptr_t length, intptr_t step) {
2553 return PyOpOperandList(operation, startIndex, length, step);
2567 PyOpSuccessors(PyOperationRef operation, intptr_t startIndex = 0,
2569 : Sliceable(startIndex,
2598 PyOpSuccessors slice(intptr_t startIndex, intptr_t length, intptr_t step) {
2599 return PyOpSuccessors(operation, startIndex, length, step);