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