Lines Matching refs:preexisting_replacement
453 …ponentStorageEntry& replaced_component_entry, const ComponentStorageEntry& preexisting_replacement, in handlePreexistingLazyComponentWithArgsReplacement() argument
457 …if (preexisting_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_N… in handlePreexistingLazyComponentWithArgsReplacement()
458 preexisting_replacement.lazy_component_with_no_args.erased_fun != in handlePreexistingLazyComponentWithArgsReplacement()
460 …ibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting_replacement); in handlePreexistingLazyComponentWithArgsReplacement()
469 …if (preexisting_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_A… in handlePreexistingLazyComponentWithArgsReplacement()
470 !(*preexisting_replacement.lazy_component_with_args.component == in handlePreexistingLazyComponentWithArgsReplacement()
472 …ibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting_replacement); in handlePreexistingLazyComponentWithArgsReplacement()
487 …ponentStorageEntry& replaced_component_entry, const ComponentStorageEntry& preexisting_replacement, in handlePreexistingLazyComponentWithNoArgsReplacement() argument
491 …if (preexisting_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_N… in handlePreexistingLazyComponentWithNoArgsReplacement()
492 preexisting_replacement.lazy_component_with_no_args.erased_fun != in handlePreexistingLazyComponentWithNoArgsReplacement()
494 …ibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting_replacement); in handlePreexistingLazyComponentWithNoArgsReplacement()
503 !(*preexisting_replacement.lazy_component_with_args.component == in handlePreexistingLazyComponentWithNoArgsReplacement()
505 …ibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting_replacement); in handlePreexistingLazyComponentWithNoArgsReplacement()