Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dheap.hpp131 bool IsLeftFree(void) const { return GetLeftNext() != 0; } in IsLeftFree() function in ot::Utils::Block
289 …bool IsLeftFree(const Block &aBlock) { return (BlockOffset(aBlock) != kFirstBlockOffset && aBlock.… in IsLeftFree() function in ot::Utils::Heap