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.cpp50 component_with_no_args_replacements( in NormalizedComponentStorage()
76 component_with_no_args_replacements( in NormalizedComponentStorage()
86 …_components_with_no_args, fully_expanded_components_with_args, component_with_no_args_replacements, in NormalizedComponentStorage()
106 for (const auto& pair : component_with_no_args_replacements) { in ~NormalizedComponentStorage()
118 component_with_no_args_replacements = in ~NormalizedComponentStorage()
Dbinding_normalization.cpp281 LazyComponentWithNoArgsReplacementMap& component_with_no_args_replacements, in normalizeBindingsWithUndoableBindingCompression() argument
301 …[&component_with_no_args_replacements, &memory_pool](LazyComponentWithNoArgsReplacementMap& compon… in normalizeBindingsWithUndoableBindingCompression()
302 component_with_no_args_replacements = std::move(component_replacements); in normalizeBindingsWithUndoableBindingCompression()
364 return base_normalized_component.component_with_no_args_replacements.find(lazy_component); in normalizeBindingsAndAddTo()
370 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.h65 for (const auto& pair : component_with_no_args_replacements) { in ~BindingNormalizationContext()
153 …ext.functors.save_component_replacements_with_no_args(context.component_with_no_args_replacements); in normalizeBindings()
410 … context.component_with_no_args_replacements[replaced_component_entry.lazy_component_with_no_args]; in handleReplacedLazyComponentWithNoArgs()
525 …auto replacement_component_itr = context.component_with_no_args_replacements.find(entry.lazy_compo… in handleLazyComponentWithNoArgs()
526 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