Searched defs:SetNext (Results 1 – 6 of 6) sorted by relevance
163 …void SetNext(ServiceEntry *aEntry) { mService.mNext = reinterpret_cast<Srp::Client::Service *>(aEn… in SetNext() function in ot::Utils::SrpClientBuffers::ServiceEntry
105 void SetNext(uint16_t aNext) in SetNext() function in ot::Utils::Block
89 void SetNext(Type *aNext) { static_cast<Type *>(this)->mNext = aNext; } in SetNext() function in ot::LinkedListEntry
246 … void SetNext(ResourceBlockWise *aNext) { static_cast<ResourceBlockWise *>(this)->mNext = aNext; } in SetNext() function in ot::Coap::ResourceBlockWise
1160 void AddressResolver::CacheEntry::SetNext(CacheEntry *aEntry) in SetNext() function in ot::AddressResolver::CacheEntry
1006 void SetNext(SharedEntry *aNext) { mNext = aNext; } in SetNext() function