Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dconfiguration.hpp31 template <typename JsonType>
32 bool setJsonFromPointer(const std::string& ptrStr, const JsonType& value, in setJsonFromPointer()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp268 using JsonType = std::add_const_t<std::add_pointer_t<Type>>; in unpackValueWithErrorCode() typedef
269 JsonType jsonPtr = jsonValue.get_ptr<JsonType>(); in unpackValueWithErrorCode()