Searched refs:addBefore (Results 1 – 3 of 3) sorted by relevance
99 list.addBefore(&elements[1], nullptr); in test_tinternallist()102 list.addBefore(&elements[0], &elements[1]); in test_tinternallist()108 list.addBefore(&elements[2], &elements[3]); in test_tinternallist()153 list2.addBefore(list2.headIter(), 1); in test_tllist()211 list1.addBefore(iter, id); in test_tllist()
89 template <typename... Args> T* addBefore(Iter location, Args&&... args) { in addBefore() function92 fList.addBefore(node, location.getNode()); in addBefore()
117 void addBefore(T* newEntry, T* existingEntry) { in addBefore() function