Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dnormalized_component_storage.cpp46 fully_expanded_components_with_no_args( in NormalizedComponentStorage()
72 fully_expanded_components_with_no_args( in NormalizedComponentStorage()
86fully_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()
Dbinding_normalization.cpp279 LazyComponentWithNoArgsSet& fully_expanded_components_with_no_args, in normalizeBindingsWithUndoableBindingCompression() argument
293 …[&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()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.h82 LazyComponentWithNoArgsSet& fully_expanded_components_with_no_args,
279 LazyComponentWithNoArgsSet fully_expanded_components_with_no_args = member
Dbinding_normalization.templates.h151 …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()
Dnormalized_component_storage.h120 LazyComponentWithNoArgsSet fully_expanded_components_with_no_args; variable