Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp749 const object_t* bObj = b.get_ptr<const object_t*>(); in objectKeyCmp() local
753 if (bObj == nullptr) in objectKeyCmp()
759 if (bObj == nullptr) in objectKeyCmp()
764 object_t::const_iterator bIt = bObj->find(key); in objectKeyCmp()
769 if (bIt == bObj->end()) in objectKeyCmp()
775 if (bIt == bObj->end()) in objectKeyCmp()