Lines Matching refs:new_replacement
454 ComponentStorageEntry& new_replacement) { in handlePreexistingLazyComponentWithArgsReplacement() argument
455 switch (new_replacement.kind) { // LCOV_EXCL_BR_LINE in handlePreexistingLazyComponentWithArgsReplacement()
459 new_replacement.lazy_component_with_no_args.erased_fun) { in handlePreexistingLazyComponentWithArgsReplacement()
460 …printIncompatibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting… in handlePreexistingLazyComponentWithArgsReplacement()
471 *new_replacement.lazy_component_with_args.component)) { in handlePreexistingLazyComponentWithArgsReplacement()
472 …printIncompatibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting… in handlePreexistingLazyComponentWithArgsReplacement()
478 new_replacement.lazy_component_with_args.destroy(); in handlePreexistingLazyComponentWithArgsReplacement()
488 ComponentStorageEntry& new_replacement) { in handlePreexistingLazyComponentWithNoArgsReplacement() argument
489 switch (new_replacement.kind) { // LCOV_EXCL_BR_LINE in handlePreexistingLazyComponentWithNoArgsReplacement()
493 new_replacement.lazy_component_with_no_args.erased_fun) { in handlePreexistingLazyComponentWithNoArgsReplacement()
494 …printIncompatibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting… in handlePreexistingLazyComponentWithNoArgsReplacement()
502 if (new_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS || in handlePreexistingLazyComponentWithNoArgsReplacement()
504 *new_replacement.lazy_component_with_args.component)) { in handlePreexistingLazyComponentWithNoArgsReplacement()
505 …printIncompatibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting… in handlePreexistingLazyComponentWithNoArgsReplacement()
510 new_replacement.lazy_component_with_args.destroy(); in handlePreexistingLazyComponentWithNoArgsReplacement()