Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h212 static ComponentStorageEntry createReplacementComponentEntry(Component (*fun)());
272 static ComponentStorageEntry createReplacementComponentEntry(Component (*fun)(Args...),
Dcomponent_storage_entry.defn.h143 ComponentStorageEntry::LazyComponentWithArgs::createReplacementComponentEntry(Component (*fun)(Args… in createReplacementComponentEntry() function
206 ComponentStorageEntry::LazyComponentWithNoArgs::createReplacementComponentEntry(Component (*fun)())… in createReplacementComponentEntry() function
Dpartial_component_storage.defn.h488 …es.push_back(ComponentStorageEntry::LazyComponentWithNoArgs::createReplacementComponentEntry(fun));
516 …ComponentStorageEntry::LazyComponentWithArgs::createReplacementComponentEntry(fun, std::move(args_…