Lines Matching refs:new_replacement

452     ComponentStorageEntry& new_replacement) {  in handlePreexistingLazyComponentWithArgsReplacement()  argument
453 switch (new_replacement.kind) { // LCOV_EXCL_BR_LINE in handlePreexistingLazyComponentWithArgsReplacement()
457 new_replacement.lazy_component_with_no_args.erased_fun) { in handlePreexistingLazyComponentWithArgsReplacement()
458 …printIncompatibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting… in handlePreexistingLazyComponentWithArgsReplacement()
469 *new_replacement.lazy_component_with_args.component)) { in handlePreexistingLazyComponentWithArgsReplacement()
470 …printIncompatibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting… in handlePreexistingLazyComponentWithArgsReplacement()
476 new_replacement.lazy_component_with_args.destroy(); in handlePreexistingLazyComponentWithArgsReplacement()
486 ComponentStorageEntry& new_replacement) { in handlePreexistingLazyComponentWithNoArgsReplacement() argument
487 switch (new_replacement.kind) { // LCOV_EXCL_BR_LINE in handlePreexistingLazyComponentWithNoArgsReplacement()
491 new_replacement.lazy_component_with_no_args.erased_fun) { in handlePreexistingLazyComponentWithNoArgsReplacement()
492 …printIncompatibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting… in handlePreexistingLazyComponentWithNoArgsReplacement()
500 if (new_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS || in handlePreexistingLazyComponentWithNoArgsReplacement()
502 *new_replacement.lazy_component_with_args.component)) { in handlePreexistingLazyComponentWithNoArgsReplacement()
503 …printIncompatibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting… in handlePreexistingLazyComponentWithNoArgsReplacement()
508 new_replacement.lazy_component_with_args.destroy(); in handlePreexistingLazyComponentWithNoArgsReplacement()