Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dnormalized_component_storage.cpp44 … binding_compression_info_map(createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in NormalizedComponentStorage()
70 … binding_compression_info_map(createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in NormalizedComponentStorage()
112 binding_compression_info_map = createHashMapWithArenaAllocator<TypeId, CompressedBindingUndoInfo>( in ~NormalizedComponentStorage()
Dbinding_normalization.cpp290 …mpressionInfoMap](TypeId c_type_id, NormalizedComponentStorage::CompressedBindingUndoInfo undo_inf… in normalizeBindingsWithUndoableBindingCompression()
319 …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.h627 NormalizedComponentStorage::CompressedBindingUndoInfo undo_info{}; in performBindingCompression()