Searched refs:lazy_component_with_args (Results 1 – 4 of 4) sorted by relevance
50 … *entry.lazy_component_with_args.component == *last_entry.lazy_component_with_args.component) { in printLazyComponentInstallationLoop()53 … std::cerr << std::string(entry.lazy_component_with_args.component->getFunTypeId()) << std::endl; in printLazyComponentInstallationLoop()72 …std::cerr << std::string(last_entry.lazy_component_with_args.component->getFunTypeId()) << std::en… in printLazyComponentInstallationLoop()107 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printIncompatibleComponentReplacementsError()121 …replacement_fun_address1 = replacement_component_entry1.lazy_component_with_args.component->erased… in printIncompatibleComponentReplacementsError()135 …replacement_fun_address2 = replacement_component_entry2.lazy_component_with_args.component->erased… in printIncompatibleComponentReplacementsError()172 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()186 …replacement_fun_address1 = replacement_component_entry.lazy_component_with_args.component->erased_… in printComponentReplacementFailedBecauseTargetAlreadyExpanded()465 replaced_component_entry.lazy_component_with_args.destroy(); in handlePreexistingLazyComponentWithArgsReplacement()470 !(*preexisting_replacement.lazy_component_with_args.component == in handlePreexistingLazyComponentWithArgsReplacement()[all …]
328 context.components_with_args_with_expansion_in_progress.erase(entry.lazy_component_with_args); in handleComponentWithArgsEndMarker()329 context.fully_expanded_components_with_args.insert(std::move(entry.lazy_component_with_args)); in handleComponentWithArgsEndMarker()346 …if (context.components_with_args_with_expansion_in_progress.count(entry.lazy_component_with_args) … in handleReplacedLazyComponentWithArgs()347 context.fully_expanded_components_with_args.count(entry.lazy_component_with_args) != 0 || in handleReplacedLazyComponentWithArgs()349 entry.lazy_component_with_args)) { in handleReplacedLazyComponentWithArgs()356 replaced_component_entry.lazy_component_with_args); in handleReplacedLazyComponentWithArgs()366 context.component_with_args_replacements[replaced_component_entry.lazy_component_with_args]; in handleReplacedLazyComponentWithArgs()436 entry.lazy_component_with_args = replacement.lazy_component_with_args.copy(); in performComponentReplacement()455 if (context.fully_expanded_components_with_args.count(entry.lazy_component_with_args) || in handleLazyComponentWithArgs()457 entry.lazy_component_with_args)) { in handleLazyComponentWithArgs()[all …]
39 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()
318 LazyComponentWithArgs lazy_component_with_args; member