Lines Matching defs:PyOpSuccessors
2563 class PyOpSuccessors : public Sliceable<PyOpSuccessors, PyBlock> {
2567 PyOpSuccessors(PyOperationRef operation, intptr_t startIndex = 0,
2581 c.def("__setitem__", &PyOpSuccessors::dunderSetItem);
2586 friend class Sliceable<PyOpSuccessors, PyBlock>;
2598 PyOpSuccessors slice(intptr_t startIndex, intptr_t length, intptr_t step) {
2599 return PyOpSuccessors(operation, startIndex, length, step);
3296 return PyOpSuccessors(self.getOperation().getRef());
3338 return PyOpSuccessors(self.getOperation().getRef());
4001 PyOpSuccessors::bind(m);