Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.cpp226 for (const auto& rangeValue : rangeValues) in operator ()() local
228 if (val < std::visit(ToTypeVisitor<double>(), rangeValue.first)) in operator ()()
230 return rangeValue.second; in operator ()()
239 for (const auto& rangeValue : rangeValues) in operator ()() local
241 if (val < std::visit(ToTypeVisitor<int32_t>(), rangeValue.first)) in operator ()()
243 return rangeValue.second; in operator ()()
251 for (const auto& rangeValue : rangeValues) in operator ()() local
253 if (val < std::visit(ToTypeVisitor<int64_t>(), rangeValue.first)) in operator ()()
255 return rangeValue.second; in operator ()()
263 for (const auto& rangeValue : rangeValues) in operator ()() local
[all …]