Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/common/
Darray.hpp187 Type *Front(void) { return At(0); } in Front() function in ot::Array
195 const Type *Front(void) const { return At(0); } in Front() function in ot::Array