Searched defs:Front (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/common/ | ||
D | heap_array.hpp | 239 Type *Front(void) { return At(0); } in Front() function in ot::Heap::Array |
D | array.hpp | 286 Type *Front(void) { return At(0); } in Front() function in ot::Array |