Home
last modified time | relevance | path

Searched refs:fully_expanded_components_with_args (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/google-fruit/src/
H A Dnormalized_component_storage.cpp48 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()
H A Dbinding_normalization.cpp280 LazyComponentWithArgsSet& fully_expanded_components_with_args, in normalizeBindingsWithUndoableBindingCompression() argument
297 …[&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()
/aosp_15_r20/external/google-fruit/include/fruit/impl/normalized_component_storage/
H A Dbinding_normalization.templates.h56 …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(entry.lazy_component_with_args); in handleComponentWithArgsEndMarker()
347 …context.fully_expanded_components_with_args.count(replaced_component_entry.lazy_component_with_arg… in handleReplacedLazyComponentWithArgs()
455 if (context.fully_expanded_components_with_args.count(entry.lazy_component_with_args) || in handleLazyComponentWithArgs()
H A Dbinding_normalization.h83 LazyComponentWithArgsSet& fully_expanded_components_with_args,
282 LazyComponentWithArgsSet fully_expanded_components_with_args = member
H A Dnormalized_component_storage.h121 LazyComponentWithArgsSet fully_expanded_components_with_args; variable