Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dheap_array.hpp239 Type *Front(void) { return At(0); } in Front() function in ot::Heap::Array
249 const Type *Front(void) const { return At(0); } in Front() function in ot::Heap::Array
Darray.hpp286 Type *Front(void) { return At(0); } in Front() function in ot::Array
294 const Type *Front(void) const { return At(0); } in Front() function in ot::Array