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