Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dnormalized_component_storage.cpp53 component_with_no_args_replacements( in NormalizedComponentStorage()
79 component_with_no_args_replacements( in NormalizedComponentStorage()
89 …_components_with_no_args, fully_expanded_components_with_args, component_with_no_args_replacements, in NormalizedComponentStorage()
109 for (const auto& pair : component_with_no_args_replacements) { in ~NormalizedComponentStorage()
121 component_with_no_args_replacements = in ~NormalizedComponentStorage()
Dbinding_normalization.cpp283 LazyComponentWithNoArgsReplacementMap& component_with_no_args_replacements, in normalizeBindingsWithUndoableBindingCompression() argument
303 …[&component_with_no_args_replacements](LazyComponentWithNoArgsReplacementMap& component_replacemen… in normalizeBindingsWithUndoableBindingCompression()
304 component_with_no_args_replacements = std::move(component_replacements); in normalizeBindingsWithUndoableBindingCompression()
366 return base_normalized_component.component_with_no_args_replacements.find(lazy_component); in normalizeBindingsAndAddTo()
372 return itr != base_normalized_component.component_with_no_args_replacements.end(); in normalizeBindingsAndAddTo()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h67 for (const auto& pair : component_with_no_args_replacements) { in ~BindingNormalizationContext()
155 …ext.functors.save_component_replacements_with_no_args(context.component_with_no_args_replacements); in normalizeBindings()
412 … context.component_with_no_args_replacements[replaced_component_entry.lazy_component_with_no_args]; in handleReplacedLazyComponentWithNoArgs()
527 …auto replacement_component_itr = context.component_with_no_args_replacements.find(entry.lazy_compo… in handleLazyComponentWithNoArgs()
528 if (replacement_component_itr != context.component_with_no_args_replacements.end()) { in handleLazyComponentWithNoArgs()
Dbinding_normalization.h84 LazyComponentWithNoArgsReplacementMap& component_with_no_args_replacements,
294 LazyComponentWithNoArgsReplacementMap component_with_no_args_replacements = member
Dnormalized_component_storage.h123 LazyComponentWithNoArgsReplacementMap component_with_no_args_replacements; variable