Home
last modified time | relevance | path

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

/external/srec/portable/include/
DArrayListImpl.h83 PORTABLE_API ESR_ReturnCode ArrayList_RemoveAtIndex(ArrayList* self, size_t index);
/external/srec/portable/src/
DArrayListImpl.c48 impl->Interface.removeAtIndex = &ArrayList_RemoveAtIndex; in ArrayListCreateWithCapacity()
152 ESR_ReturnCode ArrayList_RemoveAtIndex(ArrayList* self, size_t index) in ArrayList_RemoveAtIndex() function