Home
last modified time | relevance | path

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

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