Home
last modified time | relevance | path

Searched refs:REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS (Results 1 – 5 of 5) sorted by relevance

/external/google-fruit/src/
Dbinding_normalization.cpp124 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS: in printIncompatibleComponentReplacementsError()
138 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS: in printIncompatibleComponentReplacementsError()
189 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS: in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
456 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS: in handlePreexistingLazyComponentWithArgsReplacement()
457 …xisting_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS || in handlePreexistingLazyComponentWithArgsReplacement()
490 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS: in handlePreexistingLazyComponentWithNoArgsReplacement()
491 …xisting_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS || in handlePreexistingLazyComponentWithNoArgsReplacement()
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h61 REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS, enumerator
Dcomponent_storage_entry.defn.h209 result.kind = ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS; in createReplacementComponentEntry()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h343 ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS || in handleReplacedLazyComponentWithArgs()
389 ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS || in handleReplacedLazyComponentWithNoArgs()
439 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS: in performComponentReplacement()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h61 FruitAssert(itr->kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS); in getId()