Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Drequest_target_base.cpp50 if (auto intPtr = std::get_if<int64_t>(&value)) in run() local
54 if (*intPtr < 0) in run()
58 base = std::max(base, static_cast<uint64_t>(*intPtr)); in run()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp166 int64_t* intPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() local
167 if (intPtr != nullptr) in unpackValueWithErrorCode()
169 helper = static_cast<double>(*intPtr); in unpackValueWithErrorCode()