Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp131 UnpackErrorCode unpackValueWithErrorCode(nlohmann::json& jsonValue,
141 UnpackErrorCode unpack = unpackValueWithErrorCode(j, key, type); in unpackValueVariant()
154 UnpackErrorCode unpackValueWithErrorCode(nlohmann::json& jsonValue, in unpackValueWithErrorCode() function
261 ret = unpackValueWithErrorCode<typename Type::value_type>( in unpackValueWithErrorCode()
352 UnpackErrorCode ec = unpackValueWithErrorCode(jsonValue, key, value); in unpackValue()
419 UnpackErrorCode ec = unpackValueWithErrorCode(jsonValue, key, value); in unpackValue()