Searched refs:newList (Results 1 – 1 of 1) sorted by relevance
694 void addAll(AttributeList *newList) { in addAll() argument695 if (!newList) return; in addAll()697 AttributeList *lastInNewList = newList; in addAll()702 list = newList; in addAll()705 void set(AttributeList *newList) { in set() argument706 list = newList; in set()