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.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()
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()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h54 …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()
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