Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/common/
Downing_list.hpp95 OwnedPtr<Type> Pop(void) { return OwnedPtr<Type>(LinkedList<Type>::Pop()); } in Pop() function in ot::OwningList
Dlinked_list.hpp211 Type *Pop(void) in Pop() function in ot::LinkedList