Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dnormalized_component_storage.cpp51 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()
Dbinding_normalization.cpp282 LazyComponentWithArgsSet& fully_expanded_components_with_args, in normalizeBindingsWithUndoableBindingCompression() argument
299 [&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()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
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(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()
Dbinding_normalization.h83 LazyComponentWithArgsSet& fully_expanded_components_with_args,
282 LazyComponentWithArgsSet fully_expanded_components_with_args = member
Dnormalized_component_storage.h121 LazyComponentWithArgsSet fully_expanded_components_with_args; variable