Searched refs:ListCopy (Results 1 – 2 of 2) sorted by relevance
68 auto ListCopy = List; in insert() local69 while (!ListCopy.empty()) { in insert()70 DGNode *Top = ListCopy.top(); in insert()71 ListCopy.pop(); in insert()
56 auto ListCopy = List; in dump() local57 while (!ListCopy.empty()) { in dump()58 OS << *ListCopy.top() << "\n"; in dump()59 ListCopy.pop(); in dump()