Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/include/vintf/
H A DMapValueIterator.h28 struct MapIterTypes { struct
29 using K = typename Map::key_type;
30 using V = typename Map::mapped_type;
34 struct IteratorImpl
74 using ValueIterator = IteratorImpl<false>;
75 using ConstValueIterator = IteratorImpl<true>;
78 struct IterableImpl {
115 using ConstMapValueIterable = typename MapIterTypes<std::map<K, V>>::ConstValueIterable; argument