Searched refs:fully_expanded_components_with_args (Results 1 – 5 of 5) sorted by relevance
51 fully_expanded_components_with_args( in NormalizedComponentStorage()77 fully_expanded_components_with_args( in NormalizedComponentStorage()89 …fully_expanded_components_with_no_args, fully_expanded_components_with_args, component_with_no_arg… in NormalizedComponentStorage()98 for (auto& x : fully_expanded_components_with_args) { in ~NormalizedComponentStorage()119 fully_expanded_components_with_args = in ~NormalizedComponentStorage()
282 LazyComponentWithArgsSet& fully_expanded_components_with_args, in normalizeBindingsWithUndoableBindingCompression() argument299 [&fully_expanded_components_with_args](LazyComponentWithArgsSet& fully_expanded_components) { in normalizeBindingsWithUndoableBindingCompression()300 fully_expanded_components_with_args = std::move(fully_expanded_components); in normalizeBindingsWithUndoableBindingCompression()362 … return base_normalized_component.fully_expanded_components_with_args.count(lazy_component) != 0; in normalizeBindingsAndAddTo()
56 …for (const ComponentStorageEntry::LazyComponentWithArgs& x : fully_expanded_components_with_args) { in ~BindingNormalizationContext()154 …ext.functors.save_fully_expanded_components_with_args(context.fully_expanded_components_with_args); in normalizeBindings()329 context.fully_expanded_components_with_args.insert(std::move(entry.lazy_component_with_args)); in handleComponentWithArgsEndMarker()347 context.fully_expanded_components_with_args.count(entry.lazy_component_with_args) != 0 || in handleReplacedLazyComponentWithArgs()455 if (context.fully_expanded_components_with_args.count(entry.lazy_component_with_args) || in handleLazyComponentWithArgs()
83 LazyComponentWithArgsSet& fully_expanded_components_with_args,282 LazyComponentWithArgsSet fully_expanded_components_with_args = member
121 LazyComponentWithArgsSet fully_expanded_components_with_args; variable