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

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

Completed in 187 milliseconds