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.cpp215 for (const auto& rangeValue : rangeValues) in operator ()() local
217 if (val < std::visit(ToTypeVisitor<double>(), rangeValue.first)) in operator ()()
219 return rangeValue.second; in operator ()()
228 for (const auto& rangeValue : rangeValues) in operator ()() local
230 if (val < std::visit(ToTypeVisitor<int32_t>(), rangeValue.first)) in operator ()()
232 return rangeValue.second; in operator ()()
240 for (const auto& rangeValue : rangeValues) in operator ()() local
242 if (val < std::visit(ToTypeVisitor<int64_t>(), rangeValue.first)) in operator ()()
244 return rangeValue.second; in operator ()()
252 for (const auto& rangeValue : rangeValues) in operator ()() local
[all …]