Home
last modified time | relevance | path

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

/external/srec/shared/src/
DIntArrayListImpl.c46 impl->Interface.toStaticArray = &IntArrayList_ToStaticArray; in IntArrayListCreate()
175 ESR_ReturnCode IntArrayList_ToStaticArray(IntArrayList* self, int** newArray) in IntArrayList_ToStaticArray() function
/external/srec/shared/include/
DIntArrayListImpl.h91 ESR_SHARED_API ESR_ReturnCode IntArrayList_ToStaticArray(IntArrayList* self, int** newArray);