Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h52 LAZY_COMPONENT_WITH_NO_ARGS, enumerator
Dcomponent_storage_entry.defn.h179 result.kind = ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS; in create()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h141 case ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS: in normalizeBindings()
440 entry.kind = ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS; in performComponentReplacement()
506 FruitAssert(entry.kind == ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS); in handleLazyComponentWithNoArgs()
/external/google-fruit/src/
Dbinding_normalization.cpp58 last_entry.kind == ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS && in printLazyComponentInstallationLoop()
75 case ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS: in printLazyComponentInstallationLoop()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h59 FruitAssert(itr->kind != ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS); in getId()