/external/google-fruit/src/ |
D | normalized_component_storage.cpp | 44 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage() argument 62 … exposed_types, bindings_vector, multibindings); in NormalizedComponentStorage() 70 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage() argument 88 …normalized_component_memory_pool, exposed_types, bindings_vector, multibindings, binding_compressi… in NormalizedComponentStorage()
|
D | normalized_component_storage_holder.cpp | 29 ComponentStorage&& component, const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorageHolder() argument 31 : storage(new NormalizedComponentStorage(std::move(component), exposed_types, memory_pool, in NormalizedComponentStorageHolder()
|
D | injector_storage.cpp | 69 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in InjectorStorage() argument 72 …std::move(component), exposed_types, memory_pool, NormalizedComponentStorage::WithPermanentCompres… in InjectorStorage()
|
D | binding_normalization.cpp | 277 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithUndoableBindingCompression() argument 290 …ool_for_fully_expanded_components_maps, memory_pool_for_component_replacements_maps, exposed_types, in normalizeBindingsWithUndoableBindingCompression() 316 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithPermanentBindingCompression() argument 320 …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 | 54 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types,
|
D | binding_normalization.templates.h | 560 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in performBindingCompression() argument 586 for (TypeId type : exposed_types) { in performBindingCompression() 674 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithBindingCompression() argument 716 …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 | 233 …orage(ComponentStorage&& storage, const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types,
|