Home
last modified time | relevance | path

Searched refs:preexisting_replacement (Results 1 – 2 of 2) sorted by relevance

/external/google-fruit/src/
Dbinding_normalization.cpp453 …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()
[all …]
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.h167 … const ComponentStorageEntry& preexisting_replacement,
171 … const ComponentStorageEntry& preexisting_replacement,