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

/external/srec/shared/include/
H A DIntArrayListImpl.h61 ESR_SHARED_API ESR_ReturnCode IntArrayList_Remove(IntArrayList* self, const int element);
/external/srec/shared/src/
H A DIntArrayListImpl.c43 impl->Interface.remove = &IntArrayList_Remove;
92 ESR_ReturnCode IntArrayList_Remove(IntArrayList* self, const int element) function

Completed in 135 milliseconds