Searched defs:PopBack (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/common/ | ||
D | heap_array.hpp | 336 void PopBack(void) in PopBack() function in ot::Heap::Array |
D | array.hpp | 315 Type *PopBack(void) { return IsEmpty() ? nullptr : &mElements[--mLength]; } in PopBack() function in ot::Array |