Searched defs:VerCapExtAttributeStorage (Results 1 – 1 of 1) sorted by relevance
55 struct VerCapExtAttributeStorage : public AttributeStorage { struct56 using KeyTy = std::tuple<Attribute, Attribute, Attribute>;58 VerCapExtAttributeStorage(Attribute version, Attribute capabilities, in VerCapExtAttributeStorage() argument62 bool operator==(const KeyTy &key) const { in operator ==()68 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()74 Attribute version;75 Attribute capabilities;76 Attribute extensions;