Searched defs:IsDone (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/common/ | ||
D | iterator_utils.hpp | 74 bool IsDone(void) const { return mItem == nullptr; } in IsDone() function in ot::ItemPtrIterator |
D | settings.hpp | 1088 bool IsDone(void) const { return mIsDone; } in IsDone() function in ot::Settings::ChildInfoIterator |
/openthread-latest/src/core/coap/ | ||
D | coap_message.hpp | 1132 bool IsDone(void) const { return mOption.mLength == kIteratorDoneLength; } in IsDone() function in ot::Coap::Option::Iterator |