Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/
Dcomponent.h396 …PartialComponent<fruit::impl::BindConstInstance<C, C>, Bindings...> bindInstance(const C& instance…
402 PartialComponent<fruit::impl::BindConstInstance<C, C>, Bindings...> bindInstance(C&&) = delete;
429 …PartialComponent<fruit::impl::BindConstInstance<AnnotatedType, C>, Bindings...> bindInstance(const…
435 …PartialComponent<fruit::impl::BindConstInstance<AnnotatedType, C>, Bindings...> bindInstance(C&& i…
/external/google-fruit/include/fruit/impl/
Dcomponent.defn.h114 inline PartialComponent<fruit::impl::BindConstInstance<C, C>, Bindings...>
116 using Op = OpFor<fruit::impl::BindConstInstance<C, C>>; in bindInstance()
132 inline PartialComponent<fruit::impl::BindConstInstance<AnnotatedC, C>, Bindings...>
134 using Op = OpFor<fruit::impl::BindConstInstance<AnnotatedC, C>>; in bindInstance()
Dbindings.h56 struct BindConstInstance {}; struct
Dcomponent_functors.defn.h1238 struct apply<fruit::impl::BindConstInstance<AnnotatedC, C>> {
/external/google-fruit/include/fruit/impl/component_storage/
Dpartial_component_storage.defn.h100 class PartialComponentStorage<BindConstInstance<C, C1>, PreviousBindings...> {
141 class PartialComponentStorage<BindConstInstance<fruit::Annotated<Annotation, C>, C1>, PreviousBindi…