Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h59 REPLACED_LAZY_COMPONENT_WITH_NO_ARGS, enumerator
Dcomponent_storage_entry.defn.h197 result.kind = ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_NO_ARGS; in createReplacedComponentEntry()
/external/google-fruit/src/
Dbinding_normalization.cpp110 case ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_NO_ARGS: in printIncompatibleComponentReplacementsError()
175 case ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_NO_ARGS: in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h133 case ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_NO_ARGS: in normalizeBindings()
381 FruitAssert(entry.kind == ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_NO_ARGS); in handleReplacedLazyComponentWithNoArgs()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h60 FruitAssert(itr->kind != ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_NO_ARGS); in getId()