Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp748 const object_t* aObj = a.get_ptr<const object_t*>(); in objectKeyCmp() local
751 if (aObj == nullptr) in objectKeyCmp()
763 object_t::const_iterator aIt = aObj->find(key); in objectKeyCmp()
767 if (aIt == aObj->end()) in objectKeyCmp()