Searched refs:IntegerSetAttributeStorage (Results 1 – 2 of 2) sorted by relevance
223 struct IntegerSetAttributeStorage : public AttributeStorage { struct226 IntegerSetAttributeStorage(IntegerSet value) : value(value) {} in IntegerSetAttributeStorage() function232 static IntegerSetAttributeStorage *234 return new (allocator.allocate<IntegerSetAttributeStorage>()) in construct() argument235 IntegerSetAttributeStorage(key); in construct()
30 struct IntegerSetAttributeStorage;272 detail::IntegerSetAttributeStorage> {