Home
last modified time | relevance | path

Searched defs:resIn (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp36 const crow::Response& resIn) in afterIfMatchRequest()
203 newReq{std::move(newReq)}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation()
/openbmc/bmcweb/include/
H A Dasync_resp.hpp21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp840 const crow::Response& resIn) in startMultiFragmentHandle()