Home
last modified time | relevance | path

Searched refs:IteratorType (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/common/
Diterator_utils.hpp62 template <typename ItemType, typename IteratorType> class ItemPtrIterator
80 void operator++(void) { static_cast<IteratorType *>(this)->Advance(); } in operator ++()
89 void operator++(int) { static_cast<IteratorType *>(this)->Advance(); } in operator ++()
118 bool operator==(const IteratorType &aOther) const { return mItem == aOther.mItem; } in operator ==()
129 bool operator!=(const IteratorType &aOther) const { return mItem != aOther.mItem; } in operator !=()
Dsettings.hpp1034 enum IteratorType : uint8_t enum in ot::Settings::ChildInfoIterator
1039 ChildInfoIterator(Instance &aInstance, IteratorType) in ChildInfoIterator() argument
/openthread-latest/src/core/backbone_router/
Dndproxy_table.hpp255 enum IteratorType : uint8_t enum in ot::BackboneRouter::NdProxyTable::Iterator
261 Iterator(Instance &aInstance, IteratorType);
Dndproxy_table.cpp109 NdProxyTable::Iterator::Iterator(Instance &aInstance, NdProxyTable::Iterator::IteratorType) in Iterator() argument
/openthread-latest/src/core/net/
Dnetif.hpp302 enum IteratorType : uint8_t enum in ot::Ip6::Netif::ExternalMulticastAddress::Iterator
307 Iterator(const Netif &aNetif, IteratorType) in Iterator() argument