Home
last modified time | relevance | path

Searched defs:LazyComponentWithArgs (Results 1 – 3 of 3) sorted by relevance

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h226 struct LazyComponentWithArgs { struct
237 erased_fun_t erased_fun;
239 … using entry_vector_t = std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>;
276 LazyComponentWithArgs& operator=(LazyComponentWithArgs&&) = default;
284 LazyComponentWithArgs& operator=(const LazyComponentWithArgs&) = default;
289 ComponentInterface* component;
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dnormalized_component_storage.h59 using LazyComponentWithArgs = ComponentStorageEntry::LazyComponentWithArgs; variable
Dbinding_normalization.h48 using LazyComponentWithArgs = ComponentStorageEntry::LazyComponentWithArgs; variable