Home
last modified time | relevance | path

Searched defs:IteratorType (Results 1 – 11 of 11) sorted by relevance

/external/openthread/src/core/thread/
Drouter_table.hpp73 enum IteratorType : uint8_t enum in ot::RouterTable::Iterator
78 Iterator(Instance &aInstance, IteratorType) in Iterator() argument
Dtopology.hpp989 enum IteratorType : uint8_t enum in ot::Child::AddressIterator
996 AddressIterator(const Child &aChild, IteratorType) in AddressIterator() argument
/external/openthread/src/core/net/
Dnetif.hpp312 enum IteratorType : uint8_t enum in ot::Ip6::Netif::ExternalMulticastAddress::Iterator
317 Iterator(const Netif &aNetif, IteratorType) in Iterator() argument
/external/eigen/Eigen/src/Core/
DCoreIterators.h36 …:inner_iterator_selector<XprType, typename internal::evaluator_traits<XprType>::Kind> IteratorType; typedef
/external/openthread/src/core/backbone_router/
Dndproxy_table.hpp254 enum IteratorType : uint8_t enum in ot::BackboneRouter::NdProxyTable::Iterator
Dndproxy_table.cpp109 NdProxyTable::Iterator::Iterator(Instance &aInstance, NdProxyTable::Iterator::IteratorType) in Iterator()
/external/cronet/third_party/protobuf/src/google/protobuf/
Dreflection.h72 typedef typename internal::RefTypeTraits<T>::iterator IteratorType; typedef
160 typedef typename internal::RefTypeTraits<T>::iterator IteratorType; typedef
/external/protobuf/src/google/protobuf/
Dreflection.h72 typedef typename internal::RefTypeTraits<T>::iterator IteratorType; typedef
160 typedef typename internal::RefTypeTraits<T>::iterator IteratorType; typedef
/external/openthread/src/core/common/
Dsettings.hpp1044 enum IteratorType : uint8_t enum in ot::Settings::ChildInfoIterator
1049 ChildInfoIterator(Instance &aInstance, IteratorType) in ChildInfoIterator() argument
/external/eigen/test/
Dsparse_basic.cpp649 typedef typename SparseMatrixType::InnerIterator IteratorType; in sparse_basic() typedef
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp603 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local