Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp34 const crow::Response& resIn) in afterIfMatchRequest()
175 delegated{delegated}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation()
/openbmc/bmcweb/include/
H A Dasync_resp.hpp19 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp()