Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/common/
Diterator_utils.hpp64 template <typename ItemType, typename IteratorType> class ItemPtrIterator
84 void operator++(void) { static_cast<IteratorType *>(this)->Advance(); } in operator ++()
94 void operator++(int) { static_cast<IteratorType *>(this)->Advance(); } in operator ++()
126 bool operator==(const IteratorType &aOther) const { return mItem == aOther.mItem; } in operator ==()
138 bool operator!=(const IteratorType &aOther) const { return mItem != aOther.mItem; } in operator !=()
Dsettings.hpp1160 enum IteratorType : uint8_t enum in ot::Settings::ChildInfoIterator
1165 ChildInfoIterator(Instance &aInstance, IteratorType) in ChildInfoIterator() argument
/openthread-3.6.0/src/core/backbone_router/
Dndproxy_table.hpp273 enum IteratorType : uint8_t enum in ot::BackboneRouter::NdProxyTable::Iterator
279 Iterator(Instance &aInstance, IteratorType);
Dndproxy_table.cpp109 NdProxyTable::Iterator::Iterator(Instance &aInstance, NdProxyTable::Iterator::IteratorType) in Iterator() argument
/openthread-3.6.0/src/core/thread/
Dchild.hpp198 enum IteratorType : uint8_t enum in ot::Child::AddressIterator
205 AddressIterator(const Child &aChild, IteratorType) in AddressIterator() argument
/openthread-3.6.0/src/core/net/
Dnetif.hpp329 enum IteratorType : uint8_t enum in ot::Ip6::Netif::ExternalMulticastAddress::Iterator
334 Iterator(const Netif &aNetif, IteratorType) in Iterator() argument