Searched refs:entry_in_map (Results 1 – 1 of 1) sorted by relevance
176 ComponentStorageEntry& entry_in_map = context.binding_data_map[entry.type_id]; in handleBindingForConstructedObject() local177 if (entry_in_map.type_id.type_info != nullptr) { in handleBindingForConstructedObject()178 if (entry_in_map.kind != ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT || in handleBindingForConstructedObject()179 …entry.binding_for_constructed_object.object_ptr != entry_in_map.binding_for_constructed_object.obj… in handleBindingForConstructedObject()188 …entry_in_map.binding_for_constructed_object.is_nonconst |= entry.binding_for_constructed_object.is… in handleBindingForConstructedObject()194 entry_in_map = entry; in handleBindingForConstructedObject()215 ComponentStorageEntry& entry_in_map = context.binding_data_map[entry.type_id]; in handleBindingForObjectToConstructThatNeedsAllocation() local217 if (entry_in_map.type_id.type_info != nullptr) { in handleBindingForObjectToConstructThatNeedsAllocation()218 …if (entry_in_map.kind != ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_A… in handleBindingForObjectToConstructThatNeedsAllocation()219 …entry.binding_for_object_to_construct.create != entry_in_map.binding_for_object_to_construct.creat… in handleBindingForObjectToConstructThatNeedsAllocation()[all …]