Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp217 int64_t* ijsonPtr = jsonValue.get_ptr<int64_t*>(); in unpackValueWithErrorCode() local
218 if (ijsonPtr == nullptr) in unpackValueWithErrorCode()
222 if (!checkRange<Type>(*ijsonPtr, key)) in unpackValueWithErrorCode()
226 value = static_cast<Type>(*ijsonPtr); in unpackValueWithErrorCode()