Searched refs:InputArgsType (Results 1 – 1 of 1) sorted by relevance
190 using InputArgsType = typename utility::DecayTuple<CallbackSig>::type; in executeCallback() typedef192 utility::NonIpmiArgsCount<InputArgsType>::size(), in executeCallback()193 InputArgsType>::type; in executeCallback()226 std::optional<InputArgsType> inputArgs; in executeCallback()227 if constexpr (std::tuple_size<InputArgsType>::value > 0) in executeCallback()230 std::tuple_element_t<0, InputArgsType>, in executeCallback()238 std::tuple_element_t<0, InputArgsType>, in executeCallback()246 std::tuple_element_t<0, InputArgsType>, in executeCallback()