Home
last modified time | relevance | path

Searched refs:List_clone (Results 1 – 4 of 4) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/basekit/source/
H A DList.c18 List *List_clone(const List *self) in List_clone() function
49 List *child = List_clone(self); in List_cloneSlice()
H A DList.h55 BASEKIT_API List *List_clone(const List *self);
/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoBlock.c142 DATA(self)->argNames = List_clone(protoData->argNames); in IoBlock_rawClone()
H A DIoList.c129 IoObject_setDataPointer_(self, List_clone(DATA(proto))); in IoList_rawClone()