Home
last modified time | relevance | path

Searched refs:removedList (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/unit/
Dtest_linked_list.cpp140 LinkedList<Entry> removedList; in TestLinkedList() local
263 removedList.Clear(); in TestLinkedList()
272 list.RemoveAllMatching(removedList, kAlphaType); in TestLinkedList()
274 VerifyLinkedListContent(&removedList, &e, &b, &a, nullptr); in TestLinkedList()
276 removedList.Clear(); in TestLinkedList()
277 list.RemoveAllMatching(removedList, kAlphaType); in TestLinkedList()
279 VerifyOrQuit(removedList.IsEmpty()); in TestLinkedList()
281 list.RemoveAllMatching(removedList, kBetaType); in TestLinkedList()
283 VerifyLinkedListContent(&removedList, &f, &d, &c, nullptr); in TestLinkedList()
285 removedList.Clear(); in TestLinkedList()
[all …]
/openthread-latest/src/core/common/
Downing_list.hpp156 OwningList removedList; in RemoveAndFreeAllMatching() local
158 RemoveAllMatching(removedList, aArgs...); in RemoveAndFreeAllMatching()
159 return !removedList.IsEmpty(); in RemoveAndFreeAllMatching()