• Home
  • Raw
  • Download

Lines Matching refs:ComponentFunctor

51 struct ComponentFunctor {  struct
318 …using Comp1 = AddDeferredBinding(Comp, ComponentFunctor(PostProcessRegisterProvider, AnnotatedSign…
589 …using Comp1 = AddDeferredBinding(Comp, ComponentFunctor(PostProcessRegisterConstructor, AnnotatedS…
757ComponentFunctor(InstallComponent, ConstructComponentImpl(Type<ComponentParams>...)),
758 ComponentFunctor(InstallComponentFunctions, ComponentFunctions...)),
908 …using F1 = ComponentFunctor(EnsureProvidedType, TargetRequirements, TargetNonConstRequirements, An…
910 using F2 = ComponentFunctor(PreProcessRegisterProvider, ProvidedSignature, LambdaSignature);
911 using F3 = ComponentFunctor(PostProcessRegisterProvider, ProvidedSignature, LambdaSignature);
924 …using RealF2 = ComponentFunctor(PreProcessRegisterProvider, ProvidedSignature, Type<decltype(provi…
925 …using RealF3 = ComponentFunctor(PostProcessRegisterProvider, ProvidedSignature, Type<decltype(prov…
940 …using RealF2 = ComponentFunctor(PreProcessRegisterProvider, ProvidedSignature, Type<decltype(provi…
941 …using RealF3 = ComponentFunctor(PostProcessRegisterProvider, ProvidedSignature, Type<decltype(prov…
972 …using F1 = ComponentFunctor(EnsureProvidedType, TargetRequirements, TargetNonConstRequirements, An…
974 using F2 = ComponentFunctor(PreProcessRegisterProvider, ProvidedSignature, LambdaSignature);
975 using F3 = ComponentFunctor(PostProcessRegisterProvider, ProvidedSignature, LambdaSignature);
986 …using RealF2 = ComponentFunctor(PreProcessRegisterProvider, ProvidedSignature, Type<decltype(provi…
987 …using RealF3 = ComponentFunctor(PostProcessRegisterProvider, ProvidedSignature, Type<decltype(prov…
1000 …using RealF2 = ComponentFunctor(PreProcessRegisterProvider, ProvidedSignature, Type<decltype(provi…
1001 …using RealF3 = ComponentFunctor(PostProcessRegisterProvider, ProvidedSignature, Type<decltype(prov…
1035 using F1 = ComponentFunctor(RegisterConstructorAsUniquePtrFactory, DecoratedSignature);
1036 using F2 = ComponentFunctor(EnsureProvidedTypes, TargetRequirements, TargetNonConstRequirements,
1057 using F1 = ComponentFunctor(RegisterConstructorAsValueFactory, DecoratedSignature);
1058 using F2 = ComponentFunctor(EnsureProvidedTypes, TargetRequirements, TargetNonConstRequirements,
1080 using F = ComposeFunctors(ComponentFunctor(PreProcessRegisterConstructor, Inject),
1081 ComponentFunctor(PostProcessRegisterConstructor, Inject),
1082ComponentFunctor(EnsureProvidedTypes, TargetRequirements, TargetNonConstRequirements,
1174 … Call(ComposeFunctors(ComponentFunctor(ProcessInterfaceBinding, AnnotatedC, AnnotatedCImpl,
1176ComponentFunctor(EnsureProvidedType, TargetRequirements, TargetNonConstRequirements,
1197 … using type = Compose2ComponentFunctors(ComponentFunctor(EnsureProvidedType, TargetRequirements,
1214 using type = ComponentFunctor(AddDeferredInterfaceBinding, Type<I>, Type<C>);
1219 using type = ComponentFunctor(DeferredRegisterConstructor, Type<Signature>);
1224 using type = ComponentFunctor(RegisterInstance, Type<AnnotatedC>, Type<C>, Bool<true>);
1229 using type = ComponentFunctor(RegisterInstance, Type<AnnotatedC>, Type<C>, Bool<false>);
1234 using type = ComponentFunctor(DeferredRegisterProvider, Type<Lambda>);
1239 …using type = ComponentFunctor(DeferredRegisterProviderWithAnnotations, Type<AnnotatedSignature>, T…
1254 using type = ComponentFunctor(AddInterfaceMultibinding, Type<I>, Type<C>);
1259 using type = ComponentFunctor(RegisterMultibindingProvider, Type<Lambda>);
1264 …using type = ComponentFunctor(RegisterMultibindingProviderWithAnnotations, Type<AnnotatedSignature…
1269 using type = ComponentFunctor(RegisterFactory, Type<DecoratedSignature>, Type<Lambda>);
1274 using type = ComponentFunctor(InstallComponentHelper, Type<Params>...);
1279 using type = ComponentFunctor(InstallComponentFunctions, Type<ComponentFunctions>...);