Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Diterator_utils.hpp74 bool IsDone(void) const { return mItem == nullptr; } in IsDone() function in ot::ItemPtrIterator
Dsettings.hpp1088 bool IsDone(void) const { return mIsDone; } in IsDone() function in ot::Settings::ChildInfoIterator
/openthread-latest/src/core/coap/
Dcoap_message.hpp1132 bool IsDone(void) const { return mOption.mLength == kIteratorDoneLength; } in IsDone() function in ot::Coap::Option::Iterator