Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h209 static ComponentStorageEntry createReplacedComponentEntry(Component (*fun)());
268 static ComponentStorageEntry createReplacedComponentEntry(Component (*fun)(Args...),
Dcomponent_storage_entry.defn.h131 ComponentStorageEntry::LazyComponentWithArgs::createReplacedComponentEntry(Component (*fun)(Args...… in createReplacedComponentEntry() function
194 ComponentStorageEntry::LazyComponentWithNoArgs::createReplacedComponentEntry(Component (*fun)()) { in createReplacedComponentEntry() function
Dpartial_component_storage.defn.h441 …entries.push_back(ComponentStorageEntry::LazyComponentWithNoArgs::createReplacedComponentEntry(fun…
464 …ComponentStorageEntry::LazyComponentWithArgs::createReplacedComponentEntry(fun, std::move(args_tup…