Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dnormalized_bindings.defn.h27 case ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT: in NormalizedBinding()
Dbinding_normalization.templates.h95 case ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT: in normalizeBindings()
163 FruitAssert(entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT); in handleBindingForConstructedObject()
180 if (entry_in_map.kind != ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT || in handleBindingForConstructedObject()
598 FruitAssert(entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT || in performBindingCompression()
602 if (entry.kind != ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT) { in performBindingCompression()
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h40 BINDING_FOR_CONSTRUCTED_OBJECT, enumerator
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h74 if (itr->kind != ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT && in isTerminal()
82 return itr->kind == ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT; in isTerminal()
408 result.kind = ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT;
421 result.kind = ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT;
/external/google-fruit/src/
Dbinding_normalization.cpp394 case ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT: in normalizeBindingsAndAddTo()