Searched refs:aNext (Results 1 – 5 of 5) sorted by relevance
111 void SetNext(uint16_t aNext) in SetNext() argument114 … reinterpret_cast<void *>(reinterpret_cast<uint8_t *>(this) + sizeof(mSize) + mSize)) = aNext; in SetNext()
94 void SetNext(Type *aNext) { static_cast<Type *>(this)->mNext = aNext; } in SetNext() argument
186 void SetNextBuffer(Buffer *aNext) { SetNext(aNext); } in SetNextBuffer() argument
261 … void SetNext(ResourceBlockWise *aNext) { static_cast<ResourceBlockWise *>(this)->mNext = aNext; } in SetNext() argument
1047 void SetNext(SharedEntry *aNext) { mNext = aNext; } in SetNext() argument