Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h35 case Kind::REPLACED_LAZY_COMPONENT_WITH_ARGS: in copy()
54 case Kind::REPLACED_LAZY_COMPONENT_WITH_ARGS: in destroy()
135 result.kind = ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_ARGS; in createReplacedComponentEntry()
Dcomponent_storage_entry.h60 REPLACED_LAZY_COMPONENT_WITH_ARGS, enumerator
/external/google-fruit/src/
Dbinding_normalization.cpp106 case ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_ARGS: in printIncompatibleComponentReplacementsError()
171 case ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_ARGS: in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h129 case ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_ARGS: in normalizeBindings()
335 FruitAssert(entry.kind == ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_ARGS); in handleReplacedLazyComponentWithArgs()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h63 FruitAssert(itr->kind != ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_ARGS); in getId()