Home
last modified time | relevance | path

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

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