Home
last modified time | relevance | path

Searched refs:binding_data_map (Results 1 – 3 of 3) sorted by relevance

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h37 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in BindingNormalizationContext() argument
42 binding_data_map(binding_data_map), functors(functors), in BindingNormalizationContext()
77 … HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in normalizeBindings() argument
80 FruitAssert(binding_data_map.empty()); in normalizeBindings()
86 binding_data_map, BindingNormalizationFunctors<Functors...>{functors...}); in normalizeBindings()
176 ComponentStorageEntry& entry_in_map = context.binding_data_map[entry.type_id]; in handleBindingForConstructedObject()
215 ComponentStorageEntry& entry_in_map = context.binding_data_map[entry.type_id]; in handleBindingForObjectToConstructThatNeedsAllocation()
249 ComponentStorageEntry& entry_in_map = context.binding_data_map[entry.type_id]; in handleBindingForObjectToConstructThatNeedsNoAllocation()
555 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_map, in performBindingCompression() argument
593 for (auto& binding_data_map_entry : binding_data_map) { in performBindingCompression()
[all …]
Dbinding_normalization.h119 … HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map,
160 …formBindingCompression(HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_map,
272 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map; member
305 … HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map,
/external/google-fruit/src/
Dbinding_normalization.cpp338 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry> binding_data_map = in normalizeBindingsAndAddTo() local
344 …level_entries), fixed_size_allocator_data, memory_pool, memory_pool, memory_pool, binding_data_map, in normalizeBindingsAndAddTo()
381 new_bindings_vector.reserve(binding_data_map.size()); in normalizeBindingsAndAddTo()
382 for (auto& p : binding_data_map) { in normalizeBindingsAndAddTo()