Searched refs:DynamicAttrStorage (Results 1 – 2 of 2) sorted by relevance
215 struct DynamicAttrStorage : public AttributeStorage { struct218 explicit DynamicAttrStorage(DynamicAttrDefinition *attrDef, in DynamicAttrStorage() argument230 static DynamicAttrStorage *construct(AttributeStorageAllocator &alloc, in construct() argument232 return new (alloc.allocate<DynamicAttrStorage>()) in construct()233 DynamicAttrStorage(key.first, alloc.copyInto(key.second)); in construct()
41 struct DynamicAttrStorage;145 detail::DynamicAttrStorage,