Home
last modified time | relevance | path

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

/system/libvintf/
DCompatibilityMatrix.cpp39 ConstMultiMapValueIterable<std::string, MatrixHal> CompatibilityMatrix::getHals() const { in getHals()
40 return ConstMultiMapValueIterable<std::string, MatrixHal>(mHals); in getHals()
DHalManifest.cpp149 ConstMultiMapValueIterable<std::string, ManifestHal> HalManifest::getHals() const { in getHals()
150 return ConstMultiMapValueIterable<std::string, ManifestHal>(mHals); in getHals()
/system/libvintf/include/vintf/
DMapValueIterator.h106 using ConstMultiMapValueIterable = typename MapIterTypes<std::multimap<K, V>>::ConstValueIterable; variable
113 ConstMultiMapValueIterable<K, V> iterateValues(const std::multimap<K, V> &map) { in iterateValues()
DCompatibilityMatrix.h54 ConstMultiMapValueIterable<std::string, MatrixHal> getHals() const;
DHalManifest.h139 ConstMultiMapValueIterable<std::string, ManifestHal> getHals() const;
/system/libvintf/test/
Dmain.cpp81 ConstMultiMapValueIterable<std::string, ManifestHal> getHals(HalManifest &vm) { in getHals()