Lines Matching refs:FormalArgs
244 template <typename... OtherComponentParams, typename... FormalArgs, typename... Args>
245 …lComponent<fruit::impl::InstallComponent<fruit::Component<OtherComponentParams...>(FormalArgs...)>,
247 …ent<Bindings...>::install(fruit::Component<OtherComponentParams...> (*getComponent)(FormalArgs...), in install() argument
250 (void)IntCollector{0, fruit::impl::checkAcceptableComponentInstallArg<FormalArgs>()...}; in install()
252 …p = OpFor<fruit::impl::InstallComponent<fruit::Component<OtherComponentParams...>(FormalArgs...)>>; in install()
255 std::tuple<FormalArgs...> args_tuple{std::forward<Args>(args)...}; in install()
274 template <typename... OtherComponentParams, typename... FormalArgs, typename... Args>
276 fruit::Component<OtherComponentParams...>, FormalArgs...>
277 …ings...>::replace(fruit::Component<OtherComponentParams...> (*getReplacedComponent)(FormalArgs...), in replace() argument
280 (void)IntCollector{0, fruit::impl::checkAcceptableComponentInstallArg<FormalArgs>()...}; in replace()
282 std::tuple<FormalArgs...> args_tuple{std::forward<Args>(args)...}; in replace()