Searched refs:IteratorType (Results 1 – 6 of 6) sorted by relevance
64 template <typename ItemType, typename IteratorType> class ItemPtrIterator84 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 !=()
1160 enum IteratorType : uint8_t enum in ot::Settings::ChildInfoIterator1165 ChildInfoIterator(Instance &aInstance, IteratorType) in ChildInfoIterator() argument
273 enum IteratorType : uint8_t enum in ot::BackboneRouter::NdProxyTable::Iterator279 Iterator(Instance &aInstance, IteratorType);
109 NdProxyTable::Iterator::Iterator(Instance &aInstance, NdProxyTable::Iterator::IteratorType) in Iterator() argument
198 enum IteratorType : uint8_t enum in ot::Child::AddressIterator205 AddressIterator(const Child &aChild, IteratorType) in AddressIterator() argument
329 enum IteratorType : uint8_t enum in ot::Ip6::Netif::ExternalMulticastAddress::Iterator334 Iterator(const Netif &aNetif, IteratorType) in Iterator() argument