Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dbinding_normalization.cpp118 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS: in printIncompatibleComponentReplacementsError()
132 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS: in printIncompatibleComponentReplacementsError()
183 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS: in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
466 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS: in handlePreexistingLazyComponentWithArgsReplacement()
467 …reexisting_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS || in handlePreexistingLazyComponentWithArgsReplacement()
499 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS: in handlePreexistingLazyComponentWithNoArgsReplacement()
500 if (new_replacement.kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS || in handlePreexistingLazyComponentWithNoArgsReplacement()
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h36 case Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS: in copy()
55 case Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS: in destroy()
147 result.kind = ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS; in createReplacementComponentEntry()
Dcomponent_storage_entry.h62 REPLACEMENT_LAZY_COMPONENT_WITH_ARGS, enumerator
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h342 …acement_component_entry.kind == ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS); in handleReplacedLazyComponentWithArgs()
388 …acement_component_entry.kind == ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS); in handleReplacedLazyComponentWithNoArgs()
431 case ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS: in performComponentReplacement()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h64 FruitAssert(itr->kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS); in getId()