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.hpp790 const object_t* bObj = b.get_ptr<const object_t*>(); in objectKeyCmp() local
794 if (bObj == nullptr) in objectKeyCmp()
800 if (bObj == nullptr) in objectKeyCmp()
805 object_t::const_iterator bIt = bObj->find(key); in objectKeyCmp()
810 if (bIt == bObj->end()) in objectKeyCmp()
816 if (bIt == bObj->end()) in objectKeyCmp()