Home
last modified time | relevance | path

Searched refs:List_sliceInPlace (Results 1 – 3 of 3) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/basekit/source/
H A DList.c29 void List_sliceInPlace(List* self, long startIndex, long endIndex, long step) in List_sliceInPlace() function
50 List_sliceInPlace(child, startIndex, endIndex, step); in List_cloneSlice()
H A DList.h77 BASEKIT_API void List_sliceInPlace(List *self, long startIndex, long endIndex, long slice);
/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoList.c467 List_sliceInPlace(DATA(self), start, end, step); in IO_METHOD()