Home
last modified time | relevance | path

Searched refs:HashMapWithArenaAllocator (Results 1 – 6 of 6) sorted by relevance

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.h45 HashMapWithArenaAllocator<TypeId, NormalizedComponentStorage::CompressedBindingUndoInfo>;
119HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map,
160 …performBindingCompression(HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_…
161HashMapWithArenaAllocator<TypeId, BindingCompressionInfo>&& compressed_bindings_map,
272 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map;
305HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map,
Dnormalized_component_storage.h55 using BindingCompressionInfoMap = HashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>;
85 HashMapWithArenaAllocator<LazyComponentWithNoArgs, ComponentStorageEntry,
89 HashMapWithArenaAllocator<LazyComponentWithArgs, ComponentStorageEntry,
Dbinding_normalization.templates.h39 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in BindingNormalizationContext()
79HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in normalizeBindings()
557 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_map, in performBindingCompression()
558HashMapWithArenaAllocator<TypeId, BindingCompressionInfo>&& compressed_bindings_map, MemoryPool& m… in performBindingCompression()
683 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry> binding_data_map = in normalizeBindingsWithBindingCompression()
686HashMapWithArenaAllocator<TypeId, BindingNormalization::BindingCompressionInfo> compressed_binding… in normalizeBindingsWithBindingCompression()
/external/google-fruit/include/fruit/impl/util/
Dhash_helpers.h51 using HashMapWithArenaAllocator = variable
66 using HashMapWithArenaAllocator =
91 HashMapWithArenaAllocator<Key, Value> createHashMapWithArenaAllocator(size_t capacity, MemoryPool& …
94 HashMapWithArenaAllocator<Key, Value, Hasher, EqualityComparator>
Dhash_helpers.defn.h60 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/
Dbinding_normalization.cpp340 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry> binding_data_map = in normalizeBindingsAndAddTo()