Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dnormalized_component_storage.cpp52 component_with_args_replacements( in NormalizedComponentStorage()
78 component_with_args_replacements( in NormalizedComponentStorage()
87 component_with_args_replacements); in NormalizedComponentStorage()
99 for (const auto& pair : component_with_args_replacements) { in ~NormalizedComponentStorage()
120 component_with_args_replacements = in ~NormalizedComponentStorage()
Dbinding_normalization.cpp282 LazyComponentWithArgsReplacementMap& component_with_args_replacements) { in normalizeBindingsWithUndoableBindingCompression() argument
305 …[&component_with_args_replacements, &memory_pool](LazyComponentWithArgsReplacementMap& component_r… in normalizeBindingsWithUndoableBindingCompression()
306 component_with_args_replacements = std::move(component_replacements); in normalizeBindingsWithUndoableBindingCompression()
367 return base_normalized_component.component_with_args_replacements.find(lazy_component); in normalizeBindingsAndAddTo()
373 return itr != base_normalized_component.component_with_args_replacements.end(); in normalizeBindingsAndAddTo()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h58 for (const auto& pair : component_with_args_replacements) { in ~BindingNormalizationContext()
154 context.functors.save_component_replacements_with_args(context.component_with_args_replacements); in normalizeBindings()
364 context.component_with_args_replacements[replaced_component_entry.lazy_component_with_args]; in handleReplacedLazyComponentWithArgs()
472 …auto replacement_component_itr = context.component_with_args_replacements.find(entry.lazy_componen… in handleLazyComponentWithArgs()
473 if (replacement_component_itr != context.component_with_args_replacements.end()) { in handleLazyComponentWithArgs()
Dbinding_normalization.h85 LazyComponentWithArgsReplacementMap& component_with_args_replacements);
297 LazyComponentWithArgsReplacementMap component_with_args_replacements = member
Dnormalized_component_storage.h124 LazyComponentWithArgsReplacementMap component_with_args_replacements; variable