Searched refs:IteratorType (Results 1 – 5 of 5) sorted by relevance
62 template <typename ItemType, typename IteratorType> class ItemPtrIterator80 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 !=()
1034 enum IteratorType : uint8_t enum in ot::Settings::ChildInfoIterator1039 ChildInfoIterator(Instance &aInstance, IteratorType) in ChildInfoIterator() argument
255 enum IteratorType : uint8_t enum in ot::BackboneRouter::NdProxyTable::Iterator261 Iterator(Instance &aInstance, IteratorType);
109 NdProxyTable::Iterator::Iterator(Instance &aInstance, NdProxyTable::Iterator::IteratorType) in Iterator() argument
302 enum IteratorType : uint8_t enum in ot::Ip6::Netif::ExternalMulticastAddress::Iterator307 Iterator(const Netif &aNetif, IteratorType) in Iterator() argument