Home
last modified time | relevance | path

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

/external/srec/portable/include/
DArrayListImpl.h108 PORTABLE_API ESR_ReturnCode ArrayList_GetSize(ArrayList* self, size_t* size);
/external/srec/portable/src/
DArrayListImpl.c46 impl->Interface.getSize = &ArrayList_GetSize; in ArrayListCreateWithCapacity()
208 ESR_ReturnCode ArrayList_GetSize(ArrayList* self, size_t* size) in ArrayList_GetSize() function