Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/data_structures/
Dfixed_size_allocator.h85 void addExternallyAllocatedType(TypeId typeId);
Dfixed_size_allocator.defn.h56 inline void FixedSizeAllocator::FixedSizeAllocatorData::addExternallyAllocatedType(TypeId typeId) { in addExternallyAllocatedType() function
/external/google-fruit/src/
Dbinding_normalization.cpp249 fixed_size_allocator_data.addExternallyAllocatedType(i->first.type_id); in addMultibindings()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h252 context.fixed_size_allocator_data.addExternallyAllocatedType(entry.type_id); in handleBindingForObjectToConstructThatNeedsNoAllocation()