Home
last modified time | relevance | path

Searched refs:lazy_component_with_no_args (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-fruit/include/fruit/impl/normalized_component_storage/
H A Dbinding_normalization.templates.h315 …ontext.components_with_no_args_with_expansion_in_progress.erase(entry.lazy_component_with_no_args); in handleComponentWithoutArgsEndMarker()
316 context.fully_expanded_components_with_no_args.insert(entry.lazy_component_with_no_args); in handleComponentWithoutArgsEndMarker()
392 …args_with_expansion_in_progress.count(replaced_component_entry.lazy_component_with_no_args) != 0 || in handleReplacedLazyComponentWithNoArgs()
393 …xpanded_components_with_no_args.count(replaced_component_entry.lazy_component_with_no_args) != 0 || in handleReplacedLazyComponentWithNoArgs()
395 replaced_component_entry.lazy_component_with_no_args)) { in handleReplacedLazyComponentWithNoArgs()
402 replaced_component_entry.lazy_component_with_no_args); in handleReplacedLazyComponentWithNoArgs()
412 … context.component_with_no_args_replacements[replaced_component_entry.lazy_component_with_no_args]; in handleReplacedLazyComponentWithNoArgs()
442 entry.lazy_component_with_no_args = replacement.lazy_component_with_no_args; in performComponentReplacement()
508 if (context.fully_expanded_components_with_no_args.count(entry.lazy_component_with_no_args) || in handleLazyComponentWithNoArgs()
510 entry.lazy_component_with_no_args)) { in handleLazyComponentWithNoArgs()
[all …]
/aosp_15_r20/external/google-fruit/src/
H A Dbinding_normalization.cpp57 …entry.lazy_component_with_no_args.erased_fun == last_entry.lazy_component_with_no_args.erased_fun)… in printLazyComponentInstallationLoop()
109 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printIncompatibleComponentReplacementsError()
123 replacement_fun_address1 = replacement_component_entry1.lazy_component_with_no_args.erased_fun; in printIncompatibleComponentReplacementsError()
137 replacement_fun_address2 = replacement_component_entry2.lazy_component_with_no_args.erased_fun; in printIncompatibleComponentReplacementsError()
174 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
188 replacement_fun_address1 = replacement_component_entry.lazy_component_with_no_args.erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
456 preexisting_replacement.lazy_component_with_no_args.erased_fun != in handlePreexistingLazyComponentWithArgsReplacement()
457 new_replacement.lazy_component_with_no_args.erased_fun) { in handlePreexistingLazyComponentWithArgsReplacement()
490 preexisting_replacement.lazy_component_with_no_args.erased_fun != in handlePreexistingLazyComponentWithNoArgsReplacement()
491 new_replacement.lazy_component_with_no_args.erased_fun) { in handlePreexistingLazyComponentWithNoArgsReplacement()
/aosp_15_r20/external/google-fruit/include/fruit/impl/component_storage/
H A Dcomponent_storage_entry.defn.h181 result.lazy_component_with_no_args.erased_fun = reinterpret_cast<erased_fun_t>(fun); in create()
182 …result.lazy_component_with_no_args.add_bindings_fun = LazyComponentWithNoArgs::addBindings<Compone… in create()
199 result.lazy_component_with_no_args.erased_fun = reinterpret_cast<erased_fun_t>(fun); in createReplacedComponentEntry()
200 …result.lazy_component_with_no_args.add_bindings_fun = LazyComponentWithNoArgs::addBindings<Compone… in createReplacedComponentEntry()
211 result.lazy_component_with_no_args.erased_fun = reinterpret_cast<erased_fun_t>(fun); in createReplacementComponentEntry()
212 …result.lazy_component_with_no_args.add_bindings_fun = LazyComponentWithNoArgs::addBindings<Compone… in createReplacementComponentEntry()
H A Dcomponent_storage_entry.h314 LazyComponentWithNoArgs lazy_component_with_no_args; member