Lines Matching refs:preexisting_replacement
451 …ponentStorageEntry& replaced_component_entry, const ComponentStorageEntry& preexisting_replacement, in handlePreexistingLazyComponentWithArgsReplacement() argument
455 …if (preexisting_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_N… in handlePreexistingLazyComponentWithArgsReplacement()
456 preexisting_replacement.lazy_component_with_no_args.erased_fun != in handlePreexistingLazyComponentWithArgsReplacement()
458 …ibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting_replacement); in handlePreexistingLazyComponentWithArgsReplacement()
467 …if (preexisting_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_A… in handlePreexistingLazyComponentWithArgsReplacement()
468 !(*preexisting_replacement.lazy_component_with_args.component == in handlePreexistingLazyComponentWithArgsReplacement()
470 …ibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting_replacement); in handlePreexistingLazyComponentWithArgsReplacement()
485 …ponentStorageEntry& replaced_component_entry, const ComponentStorageEntry& preexisting_replacement, in handlePreexistingLazyComponentWithNoArgsReplacement() argument
489 …if (preexisting_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_N… in handlePreexistingLazyComponentWithNoArgsReplacement()
490 preexisting_replacement.lazy_component_with_no_args.erased_fun != in handlePreexistingLazyComponentWithNoArgsReplacement()
492 …ibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting_replacement); in handlePreexistingLazyComponentWithNoArgsReplacement()
501 !(*preexisting_replacement.lazy_component_with_args.component == in handlePreexistingLazyComponentWithNoArgsReplacement()
503 …ibleComponentReplacementsError(replaced_component_entry, new_replacement, preexisting_replacement); in handlePreexistingLazyComponentWithNoArgsReplacement()