Searched refs:preexisting_replacement (Results 1 – 2 of 2) sorted by relevance
/external/google-fruit/src/ |
D | binding_normalization.cpp | 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() [all …]
|
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | binding_normalization.h | 167 … const ComponentStorageEntry& preexisting_replacement, 171 … const ComponentStorageEntry& preexisting_replacement,
|