Home
last modified time | relevance | path

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

/external/srec/portable/include/
DArrayListImpl.h73 PORTABLE_API ESR_ReturnCode ArrayList_InsertAt(ArrayList* self, size_t index, void* element);
/external/srec/portable/src/
DArrayListImpl.c42 impl->Interface.insertAt = &ArrayList_InsertAt; in ArrayListCreateWithCapacity()
103 ESR_ReturnCode ArrayList_InsertAt(ArrayList *self, size_t index, void *element) in ArrayList_InsertAt() function