Home
last modified time | relevance | path

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

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