Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_linked_list.cpp85 constexpr Entry::Type kBetaType = Entry::Type::kBeta; variable
135 Entry a("a", 1, kAlphaType), b("b", 2, kAlphaType), c("c", 3, kBetaType); in TestLinkedList()
136 Entry d("d", 4, kBetaType), e("e", 5, kAlphaType), f("f", 6, kBetaType); in TestLinkedList()
277 list.RemoveAllMatching(kBetaType, removedList); in TestLinkedList()
294 list.RemoveAllMatching(kBetaType, removedList); in TestLinkedList()
311 Entry a("a", 1, kAlphaType), b("b", 2, kAlphaType), c("c", 3, kBetaType); in TestOwningList()
312 Entry d("d", 4, kBetaType), e("e", 5, kAlphaType), f("f", 6, kBetaType); in TestOwningList()
433 list.RemoveAllMatching(kBetaType, removedList); in TestOwningList()
467 didRemove = list.RemoveAndFreeAllMatching(kBetaType); in TestOwningList()