Searched refs:ArrayList_InsertAt (Results 1 – 2 of 2) sorted by relevance
73 PORTABLE_API ESR_ReturnCode ArrayList_InsertAt(ArrayList* self, size_t index, void* element);
42 impl->Interface.insertAt = &ArrayList_InsertAt; in ArrayListCreateWithCapacity()103 ESR_ReturnCode ArrayList_InsertAt(ArrayList *self, size_t index, void *element) in ArrayList_InsertAt() function