Searched refs:ArrayList_Remove (Results 1 – 2 of 2) sorted by relevance
78 PORTABLE_API ESR_ReturnCode ArrayList_Remove(ArrayList* self, const void* element);
47 impl->Interface.remove = &ArrayList_Remove; in ArrayListCreateWithCapacity()137 ESR_ReturnCode ArrayList_Remove(ArrayList* self, const void* element) in ArrayList_Remove() function