Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp500 auto itUrl = itMemBegin->find("@odata.id"); in processOnly() local
501 if (itUrl == itMemBegin->end()) in processOnly()
508 const std::string* url = itUrl->get_ptr<const std::string*>(); in processOnly()