Searched refs:component_function (Results 1 – 3 of 3) sorted by relevance
125 fruit::ComponentFunction<Component, Arg, Args...> component_function) { in create() argument126 …return LazyComponentWithArgs::create(component_function.getComponent, component_function.args_tupl… in create()188 fruit::ComponentFunction<Component> component_function) { in create() argument189 return LazyComponentWithNoArgs::create(component_function.getComponent); in create()
206 static ComponentStorageEntry create(fruit::ComponentFunction<Component> component_function);265 …ComponentStorageEntry create(fruit::ComponentFunction<Component, Arg, Args...> component_function);
383 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()