Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DMapValueIterator.h83 struct IterableImpl { struct
84 using map_ref = typename std::conditional<is_const, const Map &, Map &>::type;
85 IterableImpl(map_ref map) : mMap(map) {} in IterableImpl() function
87 IteratorImpl<is_const> begin() const { in begin()
91 IteratorImpl<is_const> end() const { in end()
95 bool empty() const { return begin() == end(); } in empty()