Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dhwmon.hpp48 static constexpr auto typeAttrMap = { variable
67 inline auto getHwmonType(decltype(typeAttrMap)::const_reference attrs) in getHwmonType()
72 inline auto getUnit(decltype(typeAttrMap)::const_reference attrs) in getUnit()
77 inline auto getScale(decltype(typeAttrMap)::const_reference attrs) in getScale()
82 inline auto getNamespace(decltype(typeAttrMap)::const_reference attrs) in getNamespace()
87 using AttributeIterator = decltype(*typeAttrMap.begin());
H A Dhwmon.cpp11 typeAttrMap.begin(), in getAttributes()
12 typeAttrMap.end(), in getAttributes()
19 if (a == typeAttrMap.end()) in getAttributes()