Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h125 fruit::ComponentFunction<Component, Arg, Args...> component_function) { in create() argument
126 …return LazyComponentWithArgs::create(component_function.getComponent, component_function.args_tupl… in create()
188 fruit::ComponentFunction<Component> component_function) { in create() argument
189 return LazyComponentWithNoArgs::create(component_function.getComponent); in create()
Dcomponent_storage_entry.h206 static ComponentStorageEntry create(fruit::ComponentFunction<Component> component_function);
265 …ComponentStorageEntry create(fruit::ComponentFunction<Component, Arg, Args...> component_function);
Dpartial_component_storage.defn.h383 fruit::ComponentFunction<ComponentType> component_function) { in createEntry()
384 return ComponentStorageEntry::LazyComponentWithNoArgs::create(std::move(component_function)); in createEntry()
389 fruit::ComponentFunction<ComponentType, Arg, Args...> component_function) { in createEntry()
390 return ComponentStorageEntry::LazyComponentWithArgs::create(std::move(component_function)); in createEntry()