Searched defs:ComponentStorageEntry (Results 1 – 3 of 3) sorted by relevance
/external/google-fruit/include/fruit/impl/component_storage/ |
D | component_storage_entry.h | 35 struct ComponentStorageEntry { struct 36 enum class Kind { 72 Kind kind; 78 TypeId type_id; 84 struct BindingForConstructedObject { 101 struct BindingForObjectToConstruct { 123 struct MultibindingForConstructedObject { 134 struct MultibindingForObjectToConstruct { 165 // Then, taken create1, needs_reallocation such that the ComponentStorageEntry for c_type_id is argument 169 struct CompressedBinding { [all …]
|
/external/google-fruit/src/ |
D | binding_normalization.cpp | 39 …const std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& entries_to_proces… in printLazyComponentInstallationLoop() 276 std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& bindings_vector, in normalizeBindingsWithUndoableBindingCompression() 315 std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& bindings_vector, in normalizeBindingsWithPermanentBindingCompression() 328 std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& new_bindings_vector, in normalizeBindingsAndAddTo() 345 [](ComponentStorageEntry) {}, in normalizeBindingsAndAddTo() argument
|
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | binding_normalization.templates.h | 673 std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& bindings_vector, in normalizeBindingsWithBindingCompression()
|