Searched refs:removedList (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_linked_list.cpp | 140 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/ |
D | owning_list.hpp | 156 OwningList removedList; in RemoveAndFreeAllMatching() local 158 RemoveAllMatching(removedList, aArgs...); in RemoveAndFreeAllMatching() 159 return !removedList.IsEmpty(); in RemoveAndFreeAllMatching()
|