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.cpp59 …entry.lazy_component_with_no_args.erased_fun == last_entry.lazy_component_with_no_args.erased_fun)… in printLazyComponentInstallationLoop()
111 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printIncompatibleComponentReplacementsError()
125 replacement_fun_address1 = replacement_component_entry1.lazy_component_with_no_args.erased_fun; in printIncompatibleComponentReplacementsError()
139 replacement_fun_address2 = replacement_component_entry2.lazy_component_with_no_args.erased_fun; in printIncompatibleComponentReplacementsError()
176 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
190 replacement_fun_address1 = replacement_component_entry.lazy_component_with_no_args.erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
458 preexisting_replacement.lazy_component_with_no_args.erased_fun != in handlePreexistingLazyComponentWithArgsReplacement()
459 new_replacement.lazy_component_with_no_args.erased_fun) { in handlePreexistingLazyComponentWithArgsReplacement()
492 preexisting_replacement.lazy_component_with_no_args.erased_fun != in handlePreexistingLazyComponentWithNoArgsReplacement()
493 new_replacement.lazy_component_with_no_args.erased_fun) { in handlePreexistingLazyComponentWithNoArgsReplacement()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
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(std::move(entry.lazy_component_with_no_args)… in handleComponentWithoutArgsEndMarker()
392 …components_with_no_args_with_expansion_in_progress.count(entry.lazy_component_with_no_args) != 0 || in handleReplacedLazyComponentWithNoArgs()
393 … context.fully_expanded_components_with_no_args.count(entry.lazy_component_with_no_args) != 0 || in handleReplacedLazyComponentWithNoArgs()
395 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 …]
/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