Searched defs:VerCapExtAttributeStorage (Results 1 – 1 of 1) sorted by relevance
60 struct VerCapExtAttributeStorage : public AttributeStorage { struct61 using KeyTy = std::tuple<Attribute, Attribute, Attribute>;63 VerCapExtAttributeStorage(Attribute version, Attribute capabilities, in VerCapExtAttributeStorage() function67 bool operator==(const KeyTy &key) const { in operator ==()73 construct(AttributeStorageAllocator &allocator, const KeyTy &key) { in construct()79 Attribute version;80 Attribute capabilities;81 Attribute extensions;