Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DMapValueIterator.h28 struct MapIterTypes { struct
29 using K = typename Map::key_type;
30 using V = typename Map::mapped_type;
34 struct IteratorImpl : public std::iterator <
79 using ValueIterator = IteratorImpl<false>;
80 using ConstValueIterator = IteratorImpl<true>;
83 struct IterableImpl {
120 using ConstMapValueIterable = typename MapIterTypes<std::map<K, V>>::ConstValueIterable; argument