Home
last modified time | relevance | path

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

/external/srec/portable/include/
DArrayListImpl.h88 PORTABLE_API ESR_ReturnCode ArrayList_RemoveAll(ArrayList* self);
/external/srec/portable/src/
DArrayListImpl.c49 impl->Interface.removeAll = &ArrayList_RemoveAll; in ArrayListCreateWithCapacity()
162 ESR_ReturnCode ArrayList_RemoveAll(ArrayList* self) in ArrayList_RemoveAll() function