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.cpp55 component_with_args_replacements( in NormalizedComponentStorage()
81 component_with_args_replacements( in NormalizedComponentStorage()
90 component_with_args_replacements); in NormalizedComponentStorage()
102 for (const auto& pair : component_with_args_replacements) { in ~NormalizedComponentStorage()
123 component_with_args_replacements = in ~NormalizedComponentStorage()
Dbinding_normalization.cpp284 LazyComponentWithArgsReplacementMap& component_with_args_replacements) { in normalizeBindingsWithUndoableBindingCompression() argument
307 … [&component_with_args_replacements](LazyComponentWithArgsReplacementMap& component_replacements) { in normalizeBindingsWithUndoableBindingCompression()
308 component_with_args_replacements = std::move(component_replacements); in normalizeBindingsWithUndoableBindingCompression()
369 return base_normalized_component.component_with_args_replacements.find(lazy_component); in normalizeBindingsAndAddTo()
375 return itr != base_normalized_component.component_with_args_replacements.end(); in normalizeBindingsAndAddTo()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h60 for (const auto& pair : component_with_args_replacements) { in ~BindingNormalizationContext()
156 context.functors.save_component_replacements_with_args(context.component_with_args_replacements); in normalizeBindings()
366 context.component_with_args_replacements[replaced_component_entry.lazy_component_with_args]; in handleReplacedLazyComponentWithArgs()
474 …auto replacement_component_itr = context.component_with_args_replacements.find(entry.lazy_componen… in handleLazyComponentWithArgs()
475 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