Searched refs:GetEntryAt (Results 1 – 3 of 3) sorted by relevance
164 Type &GetEntryAt(uint16_t aIndex) { return mPool[aIndex]; } in GetEntryAt() function in ot::Pool175 const Type &GetEntryAt(uint16_t aIndex) const { return mPool[aIndex]; } in GetEntryAt() function in ot::Pool
79 VerifyOrQuit(&aPool.GetEntryAt(index) == &aEntry); in VerifyEntry()80 VerifyOrQuit(&constPool.GetEntryAt(index) == &aEntry); in VerifyEntry()
1152 …ex == kNoNextIndex) ? nullptr : &Get<AddressResolver>().GetCacheEntryPool().GetEntryAt(mNextIndex); in GetNext()1157 …ex == kNoNextIndex) ? nullptr : &Get<AddressResolver>().GetCacheEntryPool().GetEntryAt(mNextIndex); in GetNext()