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

/external/srec/portable/include/
H A DArrayListImpl.h78 PORTABLE_API ESR_ReturnCode ArrayList_Remove(ArrayList* self, const void* element);
/external/srec/portable/src/
H A DArrayListImpl.c47 impl->Interface.remove = &ArrayList_Remove;
137 ESR_ReturnCode ArrayList_Remove(ArrayList* self, const void* element) function

Completed in 43 milliseconds