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.hpp282 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, in unpackValue() function
290 ret = unpackValue<typename Type::value_type>(jsonValue, key, res, in unpackValue()
311 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue()
329 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue()
371 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, Type& value) in unpackValue() function
377 ret = unpackValue<typename Type::value_type>(jsonValue, key, *value) && in unpackValue()
395 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue()
412 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue()
546 result = details::unpackValue<nlohmann::json::object_t>( in readJsonHelperObject()
575 return details::unpackValue<ContainedT>( in readJsonHelperObject()