Searched refs:lastInNewList (Results 1 – 1 of 1) sorted by relevance
740 AttributeList *lastInNewList = newList; in addAll() local741 while (AttributeList *next = lastInNewList->getNext()) in addAll()742 lastInNewList = next; in addAll()744 lastInNewList->setNext(list); in addAll()