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.hpp134 UnpackErrorCode unpackValueWithErrorCode(nlohmann::json& jsonValue,
144 UnpackErrorCode unpack = unpackValueWithErrorCode(j, key, type); in unpackValueVariant()
157 UnpackErrorCode unpackValueWithErrorCode(nlohmann::json& jsonValue, in unpackValueWithErrorCode() function
239 ret = unpackValueWithErrorCode<typename Type::value_type>( in unpackValueWithErrorCode()
330 UnpackErrorCode ec = unpackValueWithErrorCode(jsonValue, key, value); in unpackValue()
397 UnpackErrorCode ec = unpackValueWithErrorCode(jsonValue, key, value); in unpackValue()