Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dbinding_normalization.cpp48 … *entry.lazy_component_with_args.component == *last_entry.lazy_component_with_args.component) { in printLazyComponentInstallationLoop()
51 … std::cerr << std::string(entry.lazy_component_with_args.component->getFunTypeId()) << std::endl; in printLazyComponentInstallationLoop()
70 …std::cerr << std::string(last_entry.lazy_component_with_args.component->getFunTypeId()) << std::en… in printLazyComponentInstallationLoop()
105 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printIncompatibleComponentReplacementsError()
119 …replacement_fun_address1 = replacement_component_entry1.lazy_component_with_args.component->erased… in printIncompatibleComponentReplacementsError()
133 …replacement_fun_address2 = replacement_component_entry2.lazy_component_with_args.component->erased… in printIncompatibleComponentReplacementsError()
170 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
184 …replacement_fun_address1 = replacement_component_entry.lazy_component_with_args.component->erased_… in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
463 replaced_component_entry.lazy_component_with_args.destroy(); in handlePreexistingLazyComponentWithArgsReplacement()
468 !(*preexisting_replacement.lazy_component_with_args.component == in handlePreexistingLazyComponentWithArgsReplacement()
[all …]
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h326 context.components_with_args_with_expansion_in_progress.erase(entry.lazy_component_with_args); in handleComponentWithArgsEndMarker()
327 context.fully_expanded_components_with_args.insert(entry.lazy_component_with_args); in handleComponentWithArgsEndMarker()
344 …th_args_with_expansion_in_progress.count(replaced_component_entry.lazy_component_with_args) != 0 || in handleReplacedLazyComponentWithArgs()
345 …ully_expanded_components_with_args.count(replaced_component_entry.lazy_component_with_args) != 0 || in handleReplacedLazyComponentWithArgs()
347 replaced_component_entry.lazy_component_with_args)) { in handleReplacedLazyComponentWithArgs()
354 replaced_component_entry.lazy_component_with_args); in handleReplacedLazyComponentWithArgs()
364 context.component_with_args_replacements[replaced_component_entry.lazy_component_with_args]; in handleReplacedLazyComponentWithArgs()
434 entry.lazy_component_with_args = replacement.lazy_component_with_args.copy(); in performComponentReplacement()
453 if (context.fully_expanded_components_with_args.count(entry.lazy_component_with_args) || in handleLazyComponentWithArgs()
455 entry.lazy_component_with_args)) { in handleLazyComponentWithArgs()
[all …]
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h39 result.lazy_component_with_args = lazy_component_with_args.copy(); in copy()
56 lazy_component_with_args.destroy(); in destroy()
118 result.lazy_component_with_args.component = in create()
136 result.lazy_component_with_args.component = in createReplacedComponentEntry()
148 result.lazy_component_with_args.component = in createReplacementComponentEntry()
Dcomponent_storage_entry.h318 LazyComponentWithArgs lazy_component_with_args; member