Home
last modified time | relevance | path

Searched refs:MULTIBINDING_VECTOR_CREATOR (Results 1 – 4 of 4) sorted by relevance

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h50 MULTIBINDING_VECTOR_CREATOR, enumerator
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h117 case ComponentStorageEntry::Kind::MULTIBINDING_VECTOR_CREATOR: in normalizeBindings()
286 …FruitAssert(vector_creator_entry.kind == ComponentStorageEntry::Kind::MULTIBINDING_VECTOR_CREATOR); in handleMultibinding()
293 FruitAssert(entry.kind == ComponentStorageEntry::Kind::MULTIBINDING_VECTOR_CREATOR); in handleMultibindingVectorCreator()
/external/google-fruit/src/
Dbinding_normalization.cpp234 …ultibinding_vector_creator_entry.kind == ComponentStorageEntry::Kind::MULTIBINDING_VECTOR_CREATOR); in addMultibindings()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h772 result.kind = ComponentStorageEntry::Kind::MULTIBINDING_VECTOR_CREATOR;