Searched refs:DynamicTypeStorage (Results 1 – 3 of 3) sorted by relevance
97 struct DynamicTypeStorage : public TypeStorage { struct101 explicit DynamicTypeStorage(DynamicTypeDefinition *typeDef, in DynamicTypeStorage() argument113 static DynamicTypeStorage *construct(TypeStorageAllocator &alloc, in construct() argument115 return new (alloc.allocate<DynamicTypeStorage>()) in construct()116 DynamicTypeStorage(key.first, alloc.copyInto(key.second)); in construct()
42 struct DynamicTypeStorage;289 : public Type::TypeBase<DynamicType, Type, detail::DynamicTypeStorage,
685 storage. `DynamicTypeStorage` defines the storage of types defined at runtime,687 functions. A `DynamicTypeStorage` contains a list of `Attribute` type