Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-fruit/include/fruit/impl/component_storage/
H A Dcomponent_storage_entry.h35 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 …]
/aosp_15_r20/external/google-fruit/src/
H A Dbinding_normalization.cpp39const 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
/aosp_15_r20/external/google-fruit/include/fruit/impl/normalized_component_storage/
H A Dbinding_normalization.templates.h675 std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& bindings_vector, in normalizeBindingsWithBindingCompression()