Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dnormalized_bindings.defn.h34 case ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOCATION: in NormalizedBinding()
Dbinding_normalization.templates.h99 case ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOCATION: in normalizeBindings()
203 …Assert(entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOC… in handleBindingForObjectToConstructThatNeedsAllocation()
220 …entry_in_map.kind != ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOC… in handleBindingForObjectToConstructThatNeedsAllocation()
599 …entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOCATION || in performBindingCompression()
637 … ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOCATION); in performBindingCompression()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h75 … itr->kind != ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOCATION && in isTerminal()
86 …tAssert(itr->kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOC… in getEdgesBegin()
93 …tAssert(itr->kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOC… in getEdgesEnd()
618 … ? ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOCATION
733 result.kind = ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOCATION;
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h41 BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOCATION, enumerator
/external/google-fruit/src/
Dbinding_normalization.cpp398 case ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_ALLOCATION: in normalizeBindingsAndAddTo()