Searched refs:ResponseHandlerArg (Results 1 – 1 of 1) sorted by relevance
594 template <typename HandlerT> class ResponseHandlerArg; variable596 template <typename ArgT> class ResponseHandlerArg<Error(Expected<ArgT>)> {603 class ResponseHandlerArg<ErrorSuccess(Expected<ArgT>)> {609 template <> class ResponseHandlerArg<Error(Error)> {614 template <> class ResponseHandlerArg<ErrorSuccess(Error)> {649 using UnwrappedArgType = typename ResponseHandlerArg< in handleResponse()712 using HandlerArgType = typename ResponseHandlerArg< in handleResponse()1579 using ArgType = typename detail::ResponseHandlerArg< in call()