Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h34 case Kind::LAZY_COMPONENT_WITH_ARGS: in copy()
53 case Kind::LAZY_COMPONENT_WITH_ARGS: in destroy()
117 result.kind = ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_ARGS; in create()
Dcomponent_storage_entry.h53 LAZY_COMPONENT_WITH_ARGS, enumerator
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h137 case ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_ARGS: in normalizeBindings()
434 entry.kind = ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_ARGS; in performComponentReplacement()
454 FruitAssert(entry.kind == ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_ARGS); in handleLazyComponentWithArgs()
/external/google-fruit/src/
Dbinding_normalization.cpp49 last_entry.kind == ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_ARGS && in printLazyComponentInstallationLoop()
71 case ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_ARGS: in printLazyComponentInstallationLoop()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h62 FruitAssert(itr->kind != ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_ARGS); in getId()