Searched refs:GetLeftNext (Results 1 – 2 of 2) sorted by relevance
123 uint16_t GetLeftNext(void) const { return *(&mSize - 1); } in GetLeftNext() function in ot::Utils::Block131 bool IsLeftFree(void) const { return GetLeftNext() != 0; } in IsLeftFree()
165 …for (const uint16_t offset = block.GetLeftNext(); left->GetNext() != offset; left = &BlockNext(*le… in Free()