Searched defs:resIn (Results 1 – 2 of 2) sorted by relevance
34 const crow::Response& resIn) in afterIfMatchRequest()175 delegated{delegated}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation()
19 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp()