Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/include/vintf/
H A DMapValueIterator.h78 struct IterableImpl { struct
79 using map_ref = typename std::conditional<is_const, const Map &, Map &>::type;
80 IterableImpl(map_ref map) : mMap(map) {} in IterableImpl() function
82 IteratorImpl<is_const> begin() const { in begin()
86 IteratorImpl<is_const> end() const { in end()
90 bool empty() const { return begin() == end(); } in empty()