Home
last modified time | relevance | path

Searched refs:exposed_types (Results 1 – 10 of 10) sorted by relevance

/external/google-fruit/src/
Dnormalized_component_storage.cpp44 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage() argument
62exposed_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()
Dnormalized_component_storage_holder.cpp29 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()
Dinjector_storage.cpp69 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in InjectorStorage() argument
72 …std::move(component), exposed_types, memory_pool, NormalizedComponentStorage::WithPermanentCompres… in InjectorStorage()
Dbinding_normalization.cpp277 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/
Dbinding_normalization.h64 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,
Dnormalized_component_storage.h148 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, MemoryPool& memory_pool,
155 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, MemoryPool& memory_pool,
Dnormalized_component_storage_holder.h54 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types,
Dbinding_normalization.templates.h560 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/
Dinjector.defn.h34 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/
Dinjector_storage.h233 …orage(ComponentStorage&& storage, const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types,