Searched refs:tempValIt (Results 1 – 1 of 1) sorted by relevance
2652 auto tempValIt = properties.find("Value"); in readTemp() local2654 if (tempValIt == properties.end()) in readTemp()2663 tempVal = std::visit(ipmi::VariantToDoubleVisitor(), tempValIt->second); in readTemp()