Home
last modified time | relevance | path

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

/external/srec/portable/include/
DArrayListImpl.h93 PORTABLE_API ESR_ReturnCode ArrayList_Contains(ArrayList* self, const void* element, ESR_BOOL* exis…
/external/srec/portable/src/
DArrayListImpl.c43 impl->Interface.contains = &ArrayList_Contains; in ArrayListCreateWithCapacity()
170 ESR_ReturnCode ArrayList_Contains(ArrayList* self, const void* element, in ArrayList_Contains() function