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.cpp49 fully_expanded_components_with_no_args( in NormalizedComponentStorage()
75 fully_expanded_components_with_no_args( in NormalizedComponentStorage()
89fully_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()
Dbinding_normalization.cpp281 LazyComponentWithNoArgsSet& fully_expanded_components_with_no_args, in normalizeBindingsWithUndoableBindingCompression() argument
295 … [&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()
/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.h153 …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()
Dnormalized_component_storage.h120 LazyComponentWithNoArgsSet fully_expanded_components_with_no_args; variable