Searched defs:resIn (Results 1 – 3 of 3) sorted by relevance
36 const crow::Response& resIn) in afterIfMatchRequest()203 newReq{std::move(newReq)}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation()
21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp()
840 const crow::Response& resIn) in startMultiFragmentHandle()