/external/google-fruit/src/ |
D | normalized_component_storage.cpp | 41 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage() argument 59 … exposed_types, bindings_vector, multibindings); in NormalizedComponentStorage() 67 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage() argument 85 …normalized_component_memory_pool, exposed_types, bindings_vector, multibindings, binding_compressi… in NormalizedComponentStorage()
|
D | normalized_component_storage_holder.cpp | 26 ComponentStorage&& component, const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorageHolder() argument 28 : storage(new NormalizedComponentStorage(std::move(component), exposed_types, memory_pool, in NormalizedComponentStorageHolder()
|
D | injector_storage.cpp | 67 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in InjectorStorage() argument 70 …std::move(component), exposed_types, memory_pool, NormalizedComponentStorage::WithPermanentCompres… in InjectorStorage()
|
D | binding_normalization.cpp | 275 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithUndoableBindingCompression() argument 288 …ool_for_fully_expanded_components_maps, memory_pool_for_component_replacements_maps, exposed_types, in normalizeBindingsWithUndoableBindingCompression() 314 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithPermanentBindingCompression() argument 318 …toplevel_entries), fixed_size_allocator_data, memory_pool, memory_pool, memory_pool, exposed_types, in normalizeBindingsWithPermanentBindingCompression()
|
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | binding_normalization.h | 64 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, 78 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, 141 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, 163 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types,
|
D | normalized_component_storage.h | 148 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, MemoryPool& memory_pool, 155 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, MemoryPool& memory_pool,
|
D | normalized_component_storage_holder.h | 55 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types,
|
D | binding_normalization.templates.h | 558 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in performBindingCompression() argument 584 for (TypeId type : exposed_types) { in performBindingCompression() 672 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithBindingCompression() argument 714 …ng_data_map), std::move(compressed_bindings_map), memory_pool, multibindings_vector, exposed_types, in normalizeBindingsWithBindingCompression()
|
/external/google-fruit/include/fruit/impl/ |
D | injector.defn.h | 34 exposed_types_t exposed_types = in Injector() local 38 new fruit::impl::InjectorStorage(std::move(component.storage), exposed_types, memory_pool)); in Injector()
|
/external/google-fruit/include/fruit/impl/injector/ |
D | injector_storage.h | 234 …orage(ComponentStorage&& storage, const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types,
|