Home
last modified time | relevance | path

Searched refs:RegisterConstructor (Results 1 – 5 of 5) sorted by relevance

/external/google-fruit/include/fruit/impl/
Dbindings.h42 struct RegisterConstructor {}; struct
Dcomponent.defn.h98 inline PartialComponent<fruit::impl::RegisterConstructor<AnnotatedSignature>, Bindings...>
100 using Op = OpFor<fruit::impl::RegisterConstructor<AnnotatedSignature>>; in registerConstructor()
Dcomponent_functors.defn.h1218 struct apply<fruit::impl::RegisterConstructor<Signature>> {
/external/google-fruit/include/fruit/
Dcomponent.h330 PartialComponent<fruit::impl::RegisterConstructor<Signature>, Bindings...> registerConstructor();
/external/google-fruit/include/fruit/impl/component_storage/
Dpartial_component_storage.defn.h62 class PartialComponentStorage<RegisterConstructor<Signature>, PreviousBindings...> {