Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild.cpp86 OT_ASSERT(aChild.mIp6Addresses.IsInArrayBuffer(this)); in GetMlrState()
107 OT_ASSERT(aChild.mIp6Addresses.IsInArrayBuffer(this)); in SetMlrState()
Drouter_table.hpp262 return mRouters.IsInArrayBuffer(&static_cast<const Router &>(aNeighbor)); in Contains()
/openthread-latest/src/core/common/
Darray.hpp553 bool IsInArrayBuffer(const Type *aEntry) const in IsInArrayBuffer() function in ot::Array