Searched refs:ArrayList_RemoveAtIndex (Results 1 – 2 of 2) sorted by relevance
83 PORTABLE_API ESR_ReturnCode ArrayList_RemoveAtIndex(ArrayList* self, size_t index);
48 impl->Interface.removeAtIndex = &ArrayList_RemoveAtIndex; in ArrayListCreateWithCapacity()152 ESR_ReturnCode ArrayList_RemoveAtIndex(ArrayList* self, size_t index) in ArrayList_RemoveAtIndex() function