Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Downing_list.hpp76 while (!Pop().IsNull()) in Free()
95 OwnedPtr<Type> Pop(void) { return OwnedPtr<Type>(LinkedList<Type>::Pop()); } in Pop() function in ot::OwningList
Dtimer.cpp185 mTimerList.Pop(); in Remove()
243 while ((timer = mTimerList.Pop()) != nullptr) in RemoveAll()
Dpool.hpp107 Type *Allocate(void) { return mFreeList.Pop(); } in Allocate()
Dlinked_list.hpp211 Type *Pop(void) in Pop() function in ot::LinkedList
240 entry = Pop(); in PopAfter()
/openthread-latest/tests/unit/
Dtest_linked_list.cpp145 VerifyOrQuit(list.Pop() == nullptr, "failed when empty"); in TestLinkedList()
173 VerifyOrQuit(list.Pop() == &e); in TestLinkedList()
322 VerifyOrQuit(list.Pop().IsNull()); in TestOwningList()
327 VerifyOrQuit(list.Pop().IsNull()); in TestOwningList()
347 list.Pop(); in TestOwningList()
387 ptr = list.Pop(); in TestOwningList()
/openthread-latest/src/core/utils/
Dlink_metrics_manager.cpp164 Subject *subject = staleSubjects.Pop(); in UpdateLinkMetricsStates()
182 Subject *subject = mSubjectList.Pop(); in ReleaseAllSubjects()
/openthread-latest/src/core/thread/
Dneighbor.cpp230 LinkMetrics::SeriesInfo *seriesInfo = mLinkMetricsSeriesInfoList.Pop(); in RemoveAllForwardTrackingSeriesInfo()
Daddress_resolver.cpp77 while ((entry = list->Pop()) != nullptr) in Clear()
/openthread-latest/src/core/net/
Dnat64_translator.cpp335 for (AddressMapping *mapping = aMappings.Pop(); mapping != nullptr; mapping = aMappings.Pop()) in ReleaseMappings()
Dsrp_server.cpp429 while ((update = mCompletedUpdates.Pop()) != nullptr) in ProcessCompletedUpdates()
529 while ((existingService = existingHost->mServices.Pop()) != nullptr) in CommitSrpUpdate()
750 mOutstandingUpdates.Pop()->Free(); in Stop()
Dsrp_advertising_proxy.cpp94 OwnedPtr<AdvInfo> advPtr = mAdvInfoList.Pop(); in Stop()
Dmdns.cpp6103 OwnedPtr<AddrEntry> newEntry = mNewEntries.Pop(); in CommitNewResponseEntries()