Searched defs:IsDone (Results 1 – 4 of 4) sorted by relevance
/openthread-3.6.0/src/core/common/ | ||
D | iterator_utils.hpp | 74 bool IsDone(void) const { return mItem == nullptr; } in IsDone() function in ot::ItemPtrIterator |
D | settings.hpp | 1095 bool IsDone(void) const { return mIsDone; } in IsDone() function in ot::Settings::ChildInfoIterator |
/openthread-3.6.0/src/core/thread/ | ||
D | child.hpp | 153 bool IsDone(void) const { return (mIndex >= kMaxIndex); } in IsDone() function in ot::Child::AddressIterator |
/openthread-3.6.0/src/core/coap/ | ||
D | coap_message.hpp | 1101 bool IsDone(void) const { return mOption.mLength == kIteratorDoneLength; } in IsDone() function in ot::Coap::Option::Iterator |