Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp271 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, in unpackValue() function
279 ret = unpackValue<typename Type::value_type>(jsonValue, key, res, in unpackValue()
300 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue()
318 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue()
360 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, Type& value) in unpackValue() function
366 ret = unpackValue<typename Type::value_type>(jsonValue, key, *value) && in unpackValue()
384 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue()
401 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue()
539 result = details::unpackValue<nlohmann::json>(item.second, key, in readJsonHelperObject()
567 return details::unpackValue<ContainedT>( in readJsonHelperObject()