Searched defs:LazyComponentWithNoArgs (Results 1 – 3 of 3) sorted by relevance
184 struct LazyComponentWithNoArgs { struct187 using erased_fun_t = void (*)();191 erased_fun_t erased_fun;193 … using entry_vector_t = std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>;196 using add_bindings_fun_t = void (*)(erased_fun_t, entry_vector_t&);197 add_bindings_fun_t add_bindings_fun;
58 using LazyComponentWithNoArgs = ComponentStorageEntry::LazyComponentWithNoArgs; variable
47 using LazyComponentWithNoArgs = ComponentStorageEntry::LazyComponentWithNoArgs; variable