Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dpool.hpp164 Type &GetEntryAt(uint16_t aIndex) { return mPool[aIndex]; } in GetEntryAt() function in ot::Pool
175 const Type &GetEntryAt(uint16_t aIndex) const { return mPool[aIndex]; } in GetEntryAt() function in ot::Pool