Home
last modified time | relevance | path

Searched refs:GetIndexOf (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/core/common/
Dpool.hpp163 uint16_t GetIndexOf(const Type &aEntry) const { return static_cast<uint16_t>(&aEntry - mPool); } in GetIndexOf() function in ot::Pool
/openthread-3.4.0/tests/unit/
Dtest_pool.cpp76 index = aPool.GetIndexOf(aEntry); in VerifyEntry()
/openthread-3.4.0/src/core/thread/
Daddress_resolver.cpp1111 mNextIndex = Get<AddressResolver>().GetCacheEntryPool().GetIndexOf(*aEntry); in SetNext()