Home
last modified time | relevance | path

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

/external/srec/shared/src/
DIntArrayListImpl.c38 impl->Interface.add = &IntArrayList_Add; in IntArrayListCreate()
74 ESR_ReturnCode IntArrayList_Add(IntArrayList* self, const int element) in IntArrayList_Add() function
/external/srec/shared/include/
DIntArrayListImpl.h56 ESR_SHARED_API ESR_ReturnCode IntArrayList_Add(IntArrayList* self, const int element);