Searched refs:ComponentFunctor (Results 1 – 2 of 2) sorted by relevance
/external/google-fruit/include/fruit/impl/ |
D | component_functors.defn.h | 51 struct ComponentFunctor { struct 318 …using Comp1 = AddDeferredBinding(Comp, ComponentFunctor(PostProcessRegisterProvider, AnnotatedSign… 589 …using Comp1 = AddDeferredBinding(Comp, ComponentFunctor(PostProcessRegisterConstructor, AnnotatedS… 757 … ComponentFunctor(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… [all …]
|
D | component.defn.h | 37 using ConvertTo = Eval<Call(ReverseComposeFunctors(Id<ComponentFunctor(ConvertComponent, Comp)>,
|