Home
last modified time | relevance | path

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

/external/google-fruit/src/
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()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h313 …ontext.components_with_no_args_with_expansion_in_progress.erase(entry.lazy_component_with_no_args); in handleComponentWithoutArgsEndMarker()
314 context.fully_expanded_components_with_no_args.insert(entry.lazy_component_with_no_args); in handleComponentWithoutArgsEndMarker()
390 …args_with_expansion_in_progress.count(replaced_component_entry.lazy_component_with_no_args) != 0 || in handleReplacedLazyComponentWithNoArgs()
391 …xpanded_components_with_no_args.count(replaced_component_entry.lazy_component_with_no_args) != 0 || in handleReplacedLazyComponentWithNoArgs()
393 replaced_component_entry.lazy_component_with_no_args)) { in handleReplacedLazyComponentWithNoArgs()
400 replaced_component_entry.lazy_component_with_no_args); in handleReplacedLazyComponentWithNoArgs()
410 … context.component_with_no_args_replacements[replaced_component_entry.lazy_component_with_no_args]; in handleReplacedLazyComponentWithNoArgs()
440 entry.lazy_component_with_no_args = replacement.lazy_component_with_no_args; in performComponentReplacement()
506 if (context.fully_expanded_components_with_no_args.count(entry.lazy_component_with_no_args) || in handleLazyComponentWithNoArgs()
508 entry.lazy_component_with_no_args)) { in handleLazyComponentWithNoArgs()
[all …]
/external/google-fruit/include/fruit/impl/component_storage/
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()
Dcomponent_storage_entry.h314 LazyComponentWithNoArgs lazy_component_with_no_args; member