Searched refs:fully_expanded_components_with_no_args (Results 1 – 5 of 5) sorted by relevance
46 fully_expanded_components_with_no_args( in NormalizedComponentStorage()72 fully_expanded_components_with_no_args( in NormalizedComponentStorage()86 …fully_expanded_components_with_no_args, fully_expanded_components_with_args, component_with_no_arg… in NormalizedComponentStorage()114 fully_expanded_components_with_no_args = in ~NormalizedComponentStorage()
279 LazyComponentWithNoArgsSet& fully_expanded_components_with_no_args, in normalizeBindingsWithUndoableBindingCompression() argument293 …[&fully_expanded_components_with_no_args, &memory_pool](LazyComponentWithNoArgsSet& fully_expanded… in normalizeBindingsWithUndoableBindingCompression()294 fully_expanded_components_with_no_args = std::move(fully_expanded_components); in normalizeBindingsWithUndoableBindingCompression()357 …return base_normalized_component.fully_expanded_components_with_no_args.count(lazy_component) != 0; in normalizeBindingsAndAddTo()
82 LazyComponentWithNoArgsSet& fully_expanded_components_with_no_args,279 LazyComponentWithNoArgsSet fully_expanded_components_with_no_args = member
151 …nctors.save_fully_expanded_components_with_no_args(context.fully_expanded_components_with_no_args); in normalizeBindings()314 context.fully_expanded_components_with_no_args.insert(entry.lazy_component_with_no_args); in handleComponentWithoutArgsEndMarker()391 …context.fully_expanded_components_with_no_args.count(replaced_component_entry.lazy_component_with_… in handleReplacedLazyComponentWithNoArgs()506 if (context.fully_expanded_components_with_no_args.count(entry.lazy_component_with_no_args) || in handleLazyComponentWithNoArgs()
120 LazyComponentWithNoArgsSet fully_expanded_components_with_no_args; variable