Searched refs:fully_expanded_components_with_no_args (Results 1 – 5 of 5) sorted by relevance
49 fully_expanded_components_with_no_args( in NormalizedComponentStorage()75 fully_expanded_components_with_no_args( in NormalizedComponentStorage()89 …fully_expanded_components_with_no_args, fully_expanded_components_with_args, component_with_no_arg… in NormalizedComponentStorage()117 fully_expanded_components_with_no_args = in ~NormalizedComponentStorage()
281 LazyComponentWithNoArgsSet& fully_expanded_components_with_no_args, in normalizeBindingsWithUndoableBindingCompression() argument295 … [&fully_expanded_components_with_no_args](LazyComponentWithNoArgsSet& fully_expanded_components) { in normalizeBindingsWithUndoableBindingCompression()296 fully_expanded_components_with_no_args = std::move(fully_expanded_components); in normalizeBindingsWithUndoableBindingCompression()359 …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
153 …nctors.save_fully_expanded_components_with_no_args(context.fully_expanded_components_with_no_args); in normalizeBindings()316 …context.fully_expanded_components_with_no_args.insert(std::move(entry.lazy_component_with_no_args)… in handleComponentWithoutArgsEndMarker()393 … context.fully_expanded_components_with_no_args.count(entry.lazy_component_with_no_args) != 0 || in handleReplacedLazyComponentWithNoArgs()508 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