Home
last modified time | relevance | path

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

/external/srec/portable/src/
DArrayListImpl.c113 static ESR_ReturnCode ArrayList_Remove_Internal(ArrayListImpl *impl, size_t i) in ArrayList_Remove_Internal() function
146 return ArrayList_Remove_Internal(impl, i); in ArrayList_Remove()
159 return ArrayList_Remove_Internal(impl, index); in ArrayList_RemoveAtIndex()