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