Searched refs:fully_expanded_components_with_args (Results 1 – 5 of 5) sorted by relevance
48 fully_expanded_components_with_args( in NormalizedComponentStorage()74 fully_expanded_components_with_args( in NormalizedComponentStorage()86 …fully_expanded_components_with_no_args, fully_expanded_components_with_args, component_with_no_arg… in NormalizedComponentStorage()95 for (auto& x : fully_expanded_components_with_args) { in ~NormalizedComponentStorage()116 fully_expanded_components_with_args = in ~NormalizedComponentStorage()
280 LazyComponentWithArgsSet& fully_expanded_components_with_args, in normalizeBindingsWithUndoableBindingCompression() argument297 …[&fully_expanded_components_with_args, &memory_pool](LazyComponentWithArgsSet& fully_expanded_comp… in normalizeBindingsWithUndoableBindingCompression()298 fully_expanded_components_with_args = std::move(fully_expanded_components); in normalizeBindingsWithUndoableBindingCompression()360 … return base_normalized_component.fully_expanded_components_with_args.count(lazy_component) != 0; in normalizeBindingsAndAddTo()
54 …for (const ComponentStorageEntry::LazyComponentWithArgs& x : fully_expanded_components_with_args) { in ~BindingNormalizationContext()152 …ext.functors.save_fully_expanded_components_with_args(context.fully_expanded_components_with_args); in normalizeBindings()327 context.fully_expanded_components_with_args.insert(entry.lazy_component_with_args); in handleComponentWithArgsEndMarker()345 …context.fully_expanded_components_with_args.count(replaced_component_entry.lazy_component_with_arg… in handleReplacedLazyComponentWithArgs()453 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