Searched refs:ResponseHandlerArg (Results 1 – 1 of 1) sorted by relevance
601 template <typename HandlerT> class ResponseHandlerArg; variable603 template <typename ArgT> class ResponseHandlerArg<Error(Expected<ArgT>)> {610 class ResponseHandlerArg<ErrorSuccess(Expected<ArgT>)> {616 template <> class ResponseHandlerArg<Error(Error)> {621 template <> class ResponseHandlerArg<ErrorSuccess(Error)> {656 using UnwrappedArgType = typename ResponseHandlerArg< in handleResponse()719 using HandlerArgType = typename ResponseHandlerArg< in handleResponse()1592 using ArgType = typename detail::ResponseHandlerArg< in call()