Home
last modified time | relevance | path

Searched refs:GetEntryAt (Results 1 – 3 of 3) 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
/openthread-latest/tests/unit/
Dtest_pool.cpp79 VerifyOrQuit(&aPool.GetEntryAt(index) == &aEntry); in VerifyEntry()
80 VerifyOrQuit(&constPool.GetEntryAt(index) == &aEntry); in VerifyEntry()
/openthread-latest/src/core/thread/
Daddress_resolver.cpp1152 …ex == kNoNextIndex) ? nullptr : &Get<AddressResolver>().GetCacheEntryPool().GetEntryAt(mNextIndex); in GetNext()
1157 …ex == kNoNextIndex) ? nullptr : &Get<AddressResolver>().GetCacheEntryPool().GetEntryAt(mNextIndex); in GetNext()