Home
last modified time | relevance | path

Searched refs:ArrayList_Clone (Results 1 – 2 of 2) sorted by relevance

/external/srec/portable/include/
DArrayListImpl.h113 PORTABLE_API ESR_ReturnCode ArrayList_Clone(ArrayList* self, ArrayList* clone);
/external/srec/portable/src/
DArrayListImpl.c52 impl->Interface.clone = &ArrayList_Clone; in ArrayListCreateWithCapacity()
216 ESR_ReturnCode ArrayList_Clone(ArrayList* self, ArrayList* clone) in ArrayList_Clone() function