Home
last modified time | relevance | path

Searched defs: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
/openbmc/phosphor-fan-presence/control/json/
H A Dconfig_base.hpp125 if (auto intPtr = object.get_ptr<const int64_t*>()) in getJsonValue() local
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp169 int64_t* intPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() local