Searched refs:bObj (Results 1 – 1 of 1) sorted by relevance
772 const object_t* bObj = b.get_ptr<const object_t*>(); in objectKeyCmp() 776 if (bObj == nullptr) in objectKeyCmp() 782 if (bObj == nullptr) in objectKeyCmp() 787 object_t::const_iterator bIt = bObj->find(key); in objectKeyCmp() 792 if (bIt == bObj->end()) in objectKeyCmp() 798 if (bIt == bObj->end()) in objectKeyCmp() 737 const object_t* bObj = b.get_ptr<const object_t*>(); objectKeyCmp() local