Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/actions/
H A Drequest_target_base.cpp52 if (auto intPtr = std::get_if<int64_t>(&value)) in run() local
56 if (*intPtr < 0) in run()
60 base = std::max(base, static_cast<uint64_t>(*intPtr)); in run()
/openbmc/phosphor-fan-presence/control/json/
H A Dconfig_base.hpp125 if (auto intPtr = object.get_ptr<const int64_t*>()) in getJsonValue() local
127 return *intPtr; in getJsonValue()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp179 int64_t* intPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() local
180 if (intPtr != nullptr) in unpackValueWithErrorCode()
182 helper = static_cast<double>(*intPtr); in unpackValueWithErrorCode()