Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Dpool.hpp175 Type &GetEntryAt(uint16_t aIndex) { return mPool[aIndex]; } in GetEntryAt() function in ot::Pool
187 const Type &GetEntryAt(uint16_t aIndex) const { return mPool[aIndex]; } in GetEntryAt() function in ot::Pool