Searched refs:HashMapWithArenaAllocator (Results 1 – 6 of 6) sorted by relevance
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | binding_normalization.h | 45 HashMapWithArenaAllocator<TypeId, NormalizedComponentStorage::CompressedBindingUndoInfo>; 119 … HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, 160 …performBindingCompression(HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_… 161 … HashMapWithArenaAllocator<TypeId, BindingCompressionInfo>&& compressed_bindings_map, 272 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map; 305 … HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map,
|
D | normalized_component_storage.h | 55 using BindingCompressionInfoMap = HashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>; 85 HashMapWithArenaAllocator<LazyComponentWithNoArgs, ComponentStorageEntry, 89 HashMapWithArenaAllocator<LazyComponentWithArgs, ComponentStorageEntry,
|
D | binding_normalization.templates.h | 39 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in BindingNormalizationContext() 79 … HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in normalizeBindings() 557 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_map, in performBindingCompression() 558 …HashMapWithArenaAllocator<TypeId, BindingCompressionInfo>&& compressed_bindings_map, MemoryPool& m… in performBindingCompression() 683 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry> binding_data_map = in normalizeBindingsWithBindingCompression() 686 …HashMapWithArenaAllocator<TypeId, BindingNormalization::BindingCompressionInfo> compressed_binding… in normalizeBindingsWithBindingCompression()
|
/external/google-fruit/include/fruit/impl/util/ |
D | hash_helpers.h | 51 using HashMapWithArenaAllocator = variable 66 using HashMapWithArenaAllocator = 91 HashMapWithArenaAllocator<Key, Value> createHashMapWithArenaAllocator(size_t capacity, MemoryPool& … 94 HashMapWithArenaAllocator<Key, Value, Hasher, EqualityComparator>
|
D | hash_helpers.defn.h | 60 inline HashMapWithArenaAllocator<Key, Value> createHashMapWithArenaAllocator(std::size_t capacity, in createHashMapWithArenaAllocator() 67 inline HashMapWithArenaAllocator<Key, Value, Hasher, EqualityComparator> 70 return HashMapWithArenaAllocator<Key, Value, Hasher, EqualityComparator>( in createHashMapWithArenaAllocatorAndCustomFunctors()
|
/external/google-fruit/src/ |
D | binding_normalization.cpp | 340 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry> binding_data_map = in normalizeBindingsAndAddTo()
|