Home
last modified time | relevance | path

Searched refs:map_ref (Results 1 – 1 of 1) sorted by relevance

/system/libvintf/include/vintf/
DMapValueIterator.h84 using map_ref = typename std::conditional<is_const, const Map &, Map &>::type; member
85 IterableImpl(map_ref map) : mMap(map) {} in IterableImpl()
98 map_ref mMap;