Searched refs:lastInNewList (Results 1 – 1 of 1) sorted by relevance
697 AttributeList *lastInNewList = newList; in addAll() local698 while (AttributeList *next = lastInNewList->getNext()) in addAll()699 lastInNewList = next; in addAll()701 lastInNewList->setNext(list); in addAll()