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