Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp409 json::array_t* memberArr = members->second.get_ptr<json::array_t*>(); in applyFilterToCollection() local
410 if (memberArr == nullptr) in applyFilterToCollection()
416 json::array_t::iterator it = memberArr->begin(); in applyFilterToCollection()
418 while (it != memberArr->end()) in applyFilterToCollection()
423 it = memberArr->erase(it); in applyFilterToCollection()