Searched defs:Pop (Results 1 – 2 of 2) sorted by relevance
/openthread-3.7.0/src/core/common/ | ||
D | owning_list.hpp | 95 OwnedPtr<Type> Pop(void) { return OwnedPtr<Type>(LinkedList<Type>::Pop()); } in Pop() function in ot::OwningList |
D | linked_list.hpp | 211 Type *Pop(void) in Pop() function in ot::LinkedList |