Home
last modified time | relevance | path

Searched refs:ComponentInterfaceImpl (Results 1 – 3 of 3) sorted by relevance

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h71 class ComponentInterfaceImpl : public ComponentStorageEntry::LazyComponentWithArgs::ComponentInterf…
79 inline ComponentInterfaceImpl(fun_t fun, std::tuple<Args...> args_tuple) in ComponentInterfaceImpl() function
87 … const auto& casted_other = static_cast<const ComponentInterfaceImpl<Component, Args...>&>(other); in areParamsEqual()
104 return new ComponentInterfaceImpl{reinterpret_cast<fun_t>(erased_fun), args_tuple}; in copy()
119 new ComponentInterfaceImpl<Component, Args...>(fun, std::move(args_tuple)); in create()
137 new ComponentInterfaceImpl<Component, Args...>(fun, std::move(args_tuple)); in createReplacedComponentEntry()
149 new ComponentInterfaceImpl<Component, Args...>(fun, std::move(args_tuple)); in createReplacementComponentEntry()
/external/google-fruit/include/fruit/impl/
Dfruit_internal_forward_decls.h37 class ComponentInterfaceImpl; variable
/external/google-fruit/include/fruit/
Dcomponent.h85 friend class fruit::impl::ComponentInterfaceImpl;