Home
last modified time | relevance | path

Searched refs:COMPRESSED_BINDING (Results 1 – 3 of 3) sorted by relevance

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h44 COMPRESSED_BINDING, enumerator
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h58 FruitAssert(itr->kind != ComponentStorageEntry::Kind::COMPRESSED_BINDING); in getId()
656 result.kind = ComponentStorageEntry::Kind::COMPRESSED_BINDING;
761 result.kind = ComponentStorageEntry::Kind::COMPRESSED_BINDING;
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h107 case ComponentStorageEntry::Kind::COMPRESSED_BINDING: in normalizeBindings()
271 FruitAssert(entry.kind == ComponentStorageEntry::Kind::COMPRESSED_BINDING); in handleCompressedBinding()