Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp504 const nlohmann::json::array_t* arrMembers = in processOnly() local
506 if (arrMembers == nullptr) in processOnly()
512 auto itMemBegin = arrMembers->begin(); in processOnly()
513 if (itMemBegin == arrMembers->end() || arrMembers->size() != 1) in processOnly()
517 arrMembers->size()); in processOnly()