Home
last modified time | relevance | path

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

/external/openthread/src/core/utils/
Dheap.hpp111 void SetNext(uint16_t aNext) in SetNext()
/external/openthread/src/core/common/
Dlinked_list.hpp94 void SetNext(Type *aNext) { static_cast<Type *>(this)->mNext = aNext; } in SetNext()
Dmessage.hpp185 void SetNextBuffer(Buffer *aNext) { SetNext(aNext); } in SetNextBuffer()
/external/openthread/src/core/coap/
Dcoap.hpp261 … void SetNext(ResourceBlockWise *aNext) { static_cast<ResourceBlockWise *>(this)->mNext = aNext; } in SetNext()