Searched refs:unpackValue (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 273 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, in unpackValue() function 281 ret = unpackValue<typename Type::value_type>(jsonValue, key, res, in unpackValue() 302 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue() 320 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue() 362 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, Type& value) in unpackValue() function 368 ret = unpackValue<typename Type::value_type>(jsonValue, key, *value) && in unpackValue() 386 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue() 403 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue() 541 result = details::unpackValue<nlohmann::json>(item.second, key, in readJsonHelperObject() 570 return details::unpackValue<ContainedT>( in readJsonHelperObject()
|