Home | History | Annotate | Download | only in src

Lines Matching refs:ArrayListImpl

2  *  ArrayListImpl.c  *
23 #include "ArrayListImpl.h"
31 ArrayListImpl* impl;
36 impl = NEW(ArrayListImpl, MTAG);
74 static ESR_ReturnCode ArrayList_Insert_Internal(ArrayListImpl *impl, size_t index, void *element)
98 ArrayListImpl *impl = (ArrayListImpl *) self;
105 ArrayListImpl *impl = (ArrayListImpl *) self;
113 static ESR_ReturnCode ArrayList_Remove_Internal(ArrayListImpl *impl, size_t i)
139 ArrayListImpl* impl = (ArrayListImpl*) self;
154 ArrayListImpl* impl = (ArrayListImpl*) self;
164 ArrayListImpl* impl = (ArrayListImpl*) self;
173 ArrayListImpl* impl = (ArrayListImpl*) self;
190 ArrayListImpl* impl = (ArrayListImpl*) self;
200 ArrayListImpl* impl = (ArrayListImpl*) self;
210 ArrayListImpl* impl = (ArrayListImpl*) self;
236 ArrayListImpl* impl = (ArrayListImpl*) self;