Home
last modified time | relevance | path

Searched refs:CompressedBindingUndoInfo (Results 1 – 5 of 5) sorted by relevance

/external/google-fruit/src/
Dnormalized_component_storage.cpp47 … binding_compression_info_map(createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in NormalizedComponentStorage()
73 … binding_compression_info_map(createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in NormalizedComponentStorage()
115 binding_compression_info_map = createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in ~NormalizedComponentStorage()
Dbinding_normalization.cpp292 …mpressionInfoMap](TypeId c_type_id, NormalizedComponentStorage::CompressedBindingUndoInfo undo_inf… in normalizeBindingsWithUndoableBindingCompression()
321 …ndings_vector, multibindings, [](TypeId, NormalizedComponentStorage::CompressedBindingUndoInfo) {}, in normalizeBindingsWithPermanentBindingCompression() argument
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dnormalized_component_storage.h47 struct CompressedBindingUndoInfo { struct
55 using BindingCompressionInfoMap = HashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>;
Dbinding_normalization.h45 HashMapWithArenaAllocator<TypeId, NormalizedComponentStorage::CompressedBindingUndoInfo>;
Dbinding_normalization.templates.h629 NormalizedComponentStorage::CompressedBindingUndoInfo undo_info; in performBindingCompression()