Home
last modified time | relevance | path

Searched defs:PopAfter (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/src/core/common/
Downing_list.hpp108 …OwnedPtr<Type> PopAfter(Type *aPrevEntry) { return OwnedPtr<Type>(LinkedList<Type>::PopAfter(aPrev… in PopAfter() function in ot::OwningList
Dlinked_list.hpp234 Type *PopAfter(Type *aPrevEntry) in PopAfter() function in ot::LinkedList