Searched refs:ArrayList_Clone (Results 1 – 2 of 2) sorted by relevance
113 PORTABLE_API ESR_ReturnCode ArrayList_Clone(ArrayList* self, ArrayList* clone);
52 impl->Interface.clone = &ArrayList_Clone; in ArrayListCreateWithCapacity()216 ESR_ReturnCode ArrayList_Clone(ArrayList* self, ArrayList* clone) in ArrayList_Clone() function