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.hpp260 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, in unpackValue() function
268 ret = unpackValue<typename Type::value_type>(jsonValue, key, res, in unpackValue()
289 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue()
307 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue()
349 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, Type& value) in unpackValue() function
355 ret = unpackValue<typename Type::value_type>(jsonValue, key, *value) && in unpackValue()
373 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue()
390 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue()
525 result = details::unpackValue<nlohmann::json::object_t>( in readJsonHelperObject()
554 return details::unpackValue<ContainedT>( in readJsonHelperObject()