Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dheap_array.hpp224 Type *Front(void) { return At(0); } in Front() function in ot::Heap::Array
233 const Type *Front(void) const { return At(0); } in Front() function in ot::Heap::Array
Darray.hpp265 Type *Front(void) { return At(0); } in Front() function in ot::Array
272 const Type *Front(void) const { return At(0); } in Front() function in ot::Array