Searched refs:ArrayList_Add (Results 1 - 2 of 2) sorted by relevance

/external/srec/portable/include/
H A DArrayListImpl.h68 PORTABLE_API ESR_ReturnCode ArrayList_Add(ArrayList* self, void* element);
/external/srec/portable/src/
H A DArrayListImpl.c41 impl->Interface.add = &ArrayList_Add;
96 ESR_ReturnCode ArrayList_Add(ArrayList* self, void* element) function

Completed in 25 milliseconds